/* CSS Document */
a:link {
	text-decoration: none;
	color: #CE3100;
}
a:visited {
	text-decoration: none;
	color: #CE3100;
}
a:hover {
	text-decoration: none;
	color: #3897F6;
}
a:active {
	text-decoration: none;
	color: #CE3100;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justified;
	line-height: 18px;
	font-weight: bold;

}
.maintext {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: justified;
	line-height: 22px;
	font-weight: bold;
}
/**:first-child+html*/ .maintext input { /*IE7 fix*/
	border-width: 1px;
}
.redtext {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FE0100;
	text-align: justified;
	line-height: 22px;
	font-weight: bold;
}
.maintextitalic {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: justified;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;

}
.maintextbolder {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-align: justified;
	line-height: 22px;
	font-weight: bold;
	font-style: normal;
}
.updatetext {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: justified;
	line-height: 22px;
	font-weight: normal;
}
.updatetext2 {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justified;
	line-height: 22px;
	font-weight: bold;
}
.updatetext2yellow {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #F6CF0B;
	text-align: justified;
	line-height: 22px;
	font-weight: bold;
}
.bigtext {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 14px;
	color: #208AF6;
	text-align: justified;
	line-height: 18px;
	font-weight: bold;

}
.topic {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	color: #1D6756;
	text-align: left;
	line-height: 18px;
	font-style: bold;
}
.bigtopic {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 16px;
	color: #F93A2B;
	text-align: left;
	line-height: 18px;
	font-style: bold;
}
.copyright {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 12px;
}
.maroon {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 12px;
	color: #6F2C15;
	line-height: 12px;
	font-style: bold;
}
.textlink {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	font-style: bold;

}


