/* CSS Document */
body
{
	 margin:0px;
	 margin-bottom:0px;
	 margin-left:0px;
	 margin-right:0px;
	 margin-top:0px;
 }
 .normal {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana,arial
}
.bg
{
 	background-color:#D6EDBF;
}
.red_bg
{
 	background-color:#AC0000;
}
.light_green_bg
{
 	background-color:#F2FEED;
}
.gray_bg
{
 	background-color:#AEAEAE;
}
.green_border
{
	border-style:solid;
	border-color:#148D00;
	border-width:1px;
	
}
.menu_bg
{
	background-image:url(images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.menu_m_bg
{
	background-image:url(images/menu_m_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.green_gradient_bg
{
	background-image:url(images/green_gradient_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.green_bg
{
 	background-color:#148D00;
}
.top_white_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
.top_green_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#148D00;
	text-align:center;
	text-decoration:none;
}
.left_red_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#AC0000;
	text-decoration:underline;
}
.left_black_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.title1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#AC0000;
	text-decoration:none;
}
.title2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#148D00;
	text-decoration:none;
}
.title3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#AC0000;
	text-decoration:none;
}
.text1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	color:#000000;
	text-decoration:none;
}
.text2
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#148D00;
	text-decoration:none;
}
.copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#606060;
	text-decoration:none;
}
.copyright1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#5289BA;
	text-decoration:none;
}
.head1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.head2
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#148D00;
	text-decoration:none;
}
.bullet1
{	
	font-size:9px;
	color:#148D00;
}
.clsHLine
{
	BACKGROUND: url(images/hline.gif) left 50%;
	background-position: middle center;
	BACKGROUND-REPEAT: repeat-x;
}
.clsvLine
{
	BACKGROUND: url(images/vline.gif) center 100%;
    background-position: top center;
	BACKGROUND-REPEAT: repeat-y
}