@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/MainBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.topLinks {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF9900;
	text-align: left;
	vertical-align: middle;
	padding-left: 38px;
}
.MainText {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	line-height: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.MainTextRed {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	line-height: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff0012;
	border-bottom-color: #ff0012;
	border-left-color: #ff0012;
}
.MainTextOrange {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	line-height: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d87c00;
	border-bottom-color: #d87c00;
	border-left-color: #d87c00;
}
.MainTextGreen {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	line-height: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3aa700;
	border-bottom-color: #3aa700;
	border-left-color: #3aa700;
}
.Title {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	vertical-align: top;
}

.TitleRed {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ff0012;
	text-align: left;
	vertical-align: top;
}
.TitleGreen {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #3aa700;
	text-align: left;
	vertical-align: top;
}
.TitleOrange {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #d87c00;
	text-align: left;
	vertical-align: top;
}
