/* CSS Document */

body{
	margin:0px; padding:0px;
	margin-bottom:40px;
	background:url(../images/bg.gif) repeat-x top #A4BD83;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
/*	line-height:18px;*/
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, form{
	margin:0px; padding:0px;
}

a, a:link, a:visited{
	text-decoration:none;
	color:#0071BC;
}
a:hover{
	text-decoration:underline;
}
P{	
	line-height:18px;
	margin-top:0px; padding:0px;
	margin-bottom:10px;
	/*margin:0px; padding:0px;*/
}


/*-----------BG CLASSES------------*/

.linksbg{
	background:url(../images/links_bg.gif) repeat-x top;
}
.contentbg{
	background:url(../images/contentbg.gif) repeat-x top #FFFFFF;
}
.dots{
	background:url(../images/dot.gif) repeat-x;
}
.newsbg{
	background:url(../images/newsbg.gif) repeat-x top left #E3E2A6;
}
.highlightbg{
	background:url(../images/highlight_bg.gif) repeat-x top left #E3E2A6;
}
.supplytbg{
	background:url(../images/supplybg.gif) repeat-x top left;
}
.greybg{
	background:url(../images/greybg.gif) repeat-x top left;
}




/*-----------BORDER CLASSES------------*/
.brdr_tp{
	border-top:1px solid #D8D7D7;
}
.brdr_greenbtm{
	border-bottom:1px solid #A5BD83;
}
.brdr_tpbtm{
	border-bottom:1px solid #A5BD83;
	border-top:1px solid #A5BD83;	
}
.brdr_btm{
	border-bottom:1px solid #A5BD83;
}
.brdr_grtp{
	border-top:1px solid #A5BD83;	
}
.brdr_all{
	border:1px #A5BD83 solid;
}



.brdrgrey_tpbtm{
	border-bottom:1px solid #D8D7D7;
	border-top:1px solid #D8D7D7;	
}

a img{
	border:none;
}



.red{
	color:#FF0000;
}


#container{
	margin:0px auto; padding:0px;
	width:907px;
	position:relative;
}

#hover_remover{
	position:absolute; 
	z-index:1; 
	width:661px; 
	left:233px; 
	top:42px;
}


.bluetext11{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#0071BC;
	text-decoration:none;
}
.blue{
	color:#0071BC;
	text-decoration:none;	
}
.padlt10{
	padding-left:10px;
}
.padrt15{
	padding-right:15px;
}
.padrt5{
	padding-right:5px;
}

.padrt10{
	padding-right:10px;
}
.padboth10{
	padding-right:10px;
	padding-left:10px;
}






.inputfield{
	width:170px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}





