body {
	background-color: #1f4a1a;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	text-align: justify;
}
.black {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

a:link {
	color: #003300;

}
a:visited {
	color: #003300;

}
a:hover {
	color: #003300;
	text-decoration: underline;

}
a:active {
	color: #003300;

}

.error_text
{
	color:#FF0000;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
}
/*Count Down css start*/
.cd_text
{
	font-size: xx-small;
	color: #000000;
}

#cd_days
{
	position: relative;
	width: 30px;
	font-size: xx-small;
	color: #000000;
}

#cd_hours
{
	position: relative;
	width: 30px;
	font-size: xx-small;
	color: #000000;
}

#cd_mins
{
	position: relative;
	width: 30px;
	font-size: xx-small;
	color: #000000;
}

#cd_secs
{
	position: relative;
	width: 30px;
	font-size: xx-small;
	color: #000000;
}
/*Count Down css end*/
.green {
	font-family: Verdana;
	font-size: 11px;
	color: #056532;
}
.green_sm {
	font-family: Verdana;
	font-size: 9px;
	color: #056532;
}
.green_sm_bold {
	font-family: Verdana;
	font-size: 9px;
	color: #056532;
}
.green_bold {
	font-family: Verdana;
	font-size: 11px;
	color: #056532;
	font-weight: bold;
}
.white_text {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.white_bold {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.light_green {
	color:#465548;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}
.red_sm {
	font-family: Verdana;
	font-size: 9px;
	color: #993300;
}
.white_bold_sm {
	font-family: Verdana;
	font-size: 9px;
		font-weight: bold;
	color: #ffffff;
}
.red_bold {
	font-family: Verdana;
	font-size: 11px;
	color: #9d0724;
	font-weight: bold;
}