/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	
}

.page_header {
	font-size: 13px;
	font-weight: bold;
	color: #73081A;
	
}

.navbg {
	background-image: url(images/nav_pic.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
}

.table_bdr{
	border: 1px #000000 solid;

}

.img_right{
float:right;
margin-left:6px;
}

.img_left{
float:left;
margin-right:6px;
}

a.state:link {
	color: #73081A;
	text-decoration: none;
}

a.state:visited {
	color: #73081A;
	text-decoration: none;
}

a.state:hover {
	color: #ABAF89;
	text-decoration: none;
}
