BODY {
	background-color: #FFFFFF; }

/* here's where to control the scroll bars */

BODY, TD{
	font-family: Arial, Helvetica, sans-serif;
	/*color:#096079; */
	bgcolor:#ffffff;
	color:#333333;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#EEEEEE;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a:active {
	color: #003399;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #003399;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a:visited:hover {
	color: #0033CC; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;}

hr { 
height: 1px dashed;
color: #ffffff;
} 





h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	/* background:url(../headers/redHeader.jpg) no-repeat center top; */
	text-align: left;
	color: #FFFFFF;
	height: 82px;
	font-size: 20px;
	font-weight: bold;
	padding:0px;
}
.left{
	background-color: #f3f3f3;
	padding: 0px;
	width: 440px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}

.content {
	/* background-color: #FFFFFF;*/
	padding: 0px;
	width: 416px;
	/* height: 400px; */
	vertical-align: top;
}
.sub_title {
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	font-color: #ffffff;
	height: 18px;
}
.footer {
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
table p {padding: 0; margin: 0; }
