body{
	margin:0px;
	background-color:#52680B;
}

.white{
	background-color:#ffffff;
}
.blackbg{
	background-color:#000000;
}

.greenbg{
	background-color:#404702;
}

.headbg{
	background-image:url(images/header_bg.gif);
	height:223px;
	background-repeat:repeat-x;
	}

.black30{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
	}
.white30{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#ffffff;
	font-weight:bold;

	}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	padding-top:15px;
	line-height:18px;
	text-align:justify;
	}
.normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	line-height:18px;
	}
.white_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	}
.center{
	text-align:center;
	}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
	margin:0px;
}	
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003366;
	padding-top:15px;
	line-height:18px;
	text-align:justify;
	margin:0px;
	}
.left-panel{
	background-color:#A0AE1D;
	border-left:1px solid #587009;
	border-right:1px solid #ffffff;
	width:218px;
	}
.orange_box{
	background-color:#587009;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	margin:0px;
	padding-left:10px;
	height:22px;
	}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	text-decoration:underline;
	}
.lightblue{
	background-color:#F6F6F6;
	}
.input_box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px solid #52680B;
	background-color:#AAB290;
	}
.submit_box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-color:#404702;
	border:none;
	font-weight:bold;
	height:25px;
	width:50px;
	}
.green_dark{
background-color:#52680B;
}
