﻿a:active {text-decoration:none; color:#333333}
a:visited {text-decoration:none; color:#333333}
a:link {text-decoration:none; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:active {
	text-decoration:none;
	color:white;
	display:block;
	padding: 15px 10px 11px 10px;
	
	}

a.nav:visited {
	text-decoration:none;
	color:white;
	display:block;
	padding: 15px 10px 11px 10px;
	
	}

a.nav:link {
	text-decoration:none;
	color:white;
	display:block;
	padding: 15px 10px 11px 10px;
	
	}
a.nav:hover {text-decoration:none; color:#E2E2E2; background: url('siteart/navbar-blue.jpg') no-repeat scroll center }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	background: black;
	margin:23px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	}
	
#maintable {
	border: 1px solid white;
	width: 770px;
}	

#mainheader {
	width:770px;
	height: 217px;
	background:url('siteart/main.jpg') no-repeat;
	vertical-align:top;
	text-align:right;
	padding: 15px 15px 0px 0px;
	border-bottom: 1px solid white;
}

#maincontent {
	background: #ececec url('siteart/background_white.jpg') top repeat-x;
	padding: 30px;
	border-bottom: 17px solid #016096;
}

.navcell {
	width:auto;
	height:47px;
	border-right: 1px solid #373737;
	border-left: 1px solid #000000;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
}


.bluebold {
	color: #0f5178;
	font-weight:bold;
}