body {
	font-family: Arial, sans-serif ;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #5692E4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}

.subheader {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #2D5791;
	text-indent: 8px;
	border: 1px solid #6790C8;
	font-weight: bold;	
	line-height: 18px;
	font-size: 13px;
}

.newsheader {
	text-transform: uppercase;
	color: #0099FF;
	background-color: #2D5791;
	text-indent: 8px;
	border: 1px solid #6790C8;
	font-weight: bold;	
	line-height: 18px;
	font-size: 12px;
	
}


.header {
	text-transform: uppercase;
	color: #800000;
	text-indent: 8px;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}

.bottom
{
	background-color: #2D5791;
	color: #ffffff;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-family: "Arial Narrow";
}

.contentpad
{
	padding-left: 10px;
	padding-right: 10px;
}

.newspad
{
	padding-left: 15px;
	padding-right: 40px;
}

.picpad
{
	padding: 2px;
}

.menubar {
	background-image: url(../images/menu_bar.gif);
	background-repeat: repeat-y;
}
.newsdate {
	font-weight: bold;
	text-transform: uppercase;
	color: #F7910D;
}

.borders
{
	border: 1px solid #C0C0C0;
	background-color:#F4F0F0;
	padding:3px;
}

.youarehere
{
	padding-right: 3px;
	text-align:right;
	font-size:9px;
	color: #666666;
}

.alt
{
	background-color: #EBF5FF;
}

.alt2
{
	background-color: white;
}

input, textarea, select {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

.topbar
{
	background-image: url(../images/top_bar.gif);
	background-repeat:repeat-y;
}