@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	color:#00255b;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	margin:0px;
}
.body_text_head
{
	padding-left:25px;
	border-bottom:1px solid #a69875;
	margin-bottom:0px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#00255b;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#11458e;
	background-color: #D7D7D7;
}
.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #990000;
	text-decoration: underline;
}

.table_border
{
	border-left: 1px dotted #a69875; 
	border-right: 1px dotted #a69875;
}
.menu_border
{
	border-right: 1px solid #000;
}
.menu
{
	border-right:1px solid #adadad;
	border-bottom:1px solid #adadad;
	height:28px;
	width:146;
	padding-left: 10px;
	margin-bottom:0px;
	background-color:#D7D7D7;
	text-align:left;
}
.menu_selected
{
	border-right:1px solid #adadad;
	border-bottom:1px solid #adadad;
	height:28px;
	width:135px;
	padding-left: 10px;
	margin-bottom:0px;
	background-color:#a69875;
	text-align:left;
	color:#fff;
	font-size:12px;
	font-weight:bold;	
}
a:link {
	color: #000;
	text-decoration:none;
	font-weight:900;
	}

a:visited {
	color: #000;
	text-decoration:none;
	font-weight:900;
	}

a:hover,a:active { 
	color: #000;
	font-weight:900;
	text-decoration:underline;
	}
