/* CSS Document */
body {
	background-color:#FFFFDB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#666666;
	margin-top:0;
}
hr{
	border-top:#76B900 solid 1px;
}
a:link {
	color: #76b900;
	text-decoration: underline;
}
a:visited {
	color: #76b900;
	text-decoration: underline;
}
a:hover {
	color: #82CC00;
	text-decoration: underline;
	background-color:#FEFDE1;
}
fieldset{
	padding:5px;
	border:1px #76B900 solid;
}
legend{
	color:#76B900;
	font-size:14px;
}
.ContentArea #frmRegister label{
	width:120px;
	float:left;
	margin-bottom:10px;
}
.ContentArea #frmRegister input{
	margin-bottom:10px;
	float:left;
}
.commonText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#666666;
}
.BoldText {
	color:#FF9900;
	font-weight:bold;
}
.BoldGreenText {
	color:#6BA800;
	font-weight:bold;
}
.TopMenu {
	background-image:url(/images/bg_topmenu.gif);
	background-repeat:no-repeat;
	height:22px;
	text-align:center;
	padding:0;
	padding-top:16px;
	line-height:0;
}
* html .TopMenu{ /*IE only width definition*/
	padding-top:12px;
	height:26px;
}
.TopMenu a{color:#707070;text-decoration:none;}
.TopMenu a:visited{color:#707070;text-decoration:none;}
.TopMenu a:hover{color:#e76d00;text-decoration:none;}


.LeftSide {
	width:198px;
	padding:10px;
	padding-left:30px;
}
.ContentArea {
	padding:10px;
}

.FormField{
	color:#333333;
	border:#72B200 solid 1px;
	background-color:#cdcdcd;
	font-size:11px;
}

.Footer {
	background-image:url(/images/bg_footer.gif);
	background-repeat:no-repeat;
	height:98px;
	color:#FFFFFF;
	overflow:hidden;
	padding-top:14px;
}
.Footer .leftcolumn{
	float:left;
	width:248px;
	text-align:center;
}
.Footer .rightcolumn{
	float:right;
	width:525px;
}
.Footer a{color:#FFFFFF;text-decoration:underline;}
.Footer a:visited{color:#FFFFFF;text-decoration:underline;}
.Footer a:hover{color:#FFFFFF;text-decoration:underline; background-color:#FF8300;}


