/* CSS Document */
/********WARC **********************************/
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body { margin:0px 0px;
}

#holderC {
margin:0px 0px 0px 2px;
width:615px;
}
/************ Bottom Menu **************/
/*** LINK COLOR DISABLE 
#BMenuLinksC a:link, #BMenuLinksC a:visited {

	border-top: 1px solid #ffffff;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	font-family:Tahoma;
	font-size:11px;
	padding: 3px 0px 3px 10px;
	color: #FF9900;
	text-decoration: none;
}

#BMenuLinksC a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
**************************************/
#contentC{
margin:0px 0px;
width:610px;

}
#siteInfoC {

border-top:1px solid gray;
width:610px;
	padding: 5px 0px 3px 15px;
	height:26px;
	z-index:1;
	font-family:Tahoma;
	font-size:11px;
	float:left;

}

