/* CSS Document */

body
{
	margin:0px auto;
	scrollbar-base-color: #A2B0B0;
	scrollbar-arrow-color: #414B4B;
	background-color: #FFFFFF;
	-moz-scrollbar-base-color: #A2B0B0;
	-moz-scrollbar-arrow-color: #414B4B;
	-moz-background-color: #FFFFFF;
	clip:rect( );
}

td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626567;
}	

#maintablebg	
{
	background-image:url(images/pagebgtop.gif);
	background-repeat:repeat-x;
	height:229px;
	background-position:top
}	

#topheader-bg
{
	background-image:url(images/bgtop-header.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:76px;
}

.greenborder	
{
	border-left:#B1C412 12px solid;
	border-right:#B1C412 12px solid;
}

.grayborder	
{
	border-left:#A2B0B0 12px solid;
	border-right:#A2B0B0 12px solid;
}

.graylinebg
{
	background-image:url(images/linebg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:17px;
}
	
.navigation-main
{
	font-family:Tahoma, Arial, Helvetica, sans-serif		;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-right:30px;
}

.navigation-main:hover
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FAE7D6;
	text-decoration:none;
	font-weight:bold;
	padding-right:30px;
	
}

.heading01
{
	color:#3674B1;
	font-weight:bold;
}

.date	
{
	color:#B50909;
	font-weight:bold;
}	

.link1
{
	color:#627245;
	text-decoration:none;
	font-weight:bold;
}	

.link1:hover
{
	color:#627245;
	text-decoration:underline;
	font-weight:bold;
}

.link2
{
	color:#CC0000;
	text-decoration:none;

}	

.link2:hover
{
	color:#CC0000;
	text-decoration:underline;
}	

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border:#006699 1px solid;
}

textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border:#006699 1px solid;

}

.button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#B1C412;
	color:#ffffff;
}	