body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}
.style1 {
	color: #0000FF;
	}

table.officers {
	border:1px solid black;
	}
table.officers tr.tableheader {
	background-color:#3366FF;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	}
	
table.leftmenu {
	padding:0;
	margin-left:0;
	text-indent: 5px;
	font-size:12px;
	border:1px solid black;
	background-color:#B3DBff;
	color:#ACCCFB;
	font-weight:bold;
	}
	
table.leftmenu a {
	text-decoration:none;
	}

.hnav
{
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	text-align: center;
	background-color:#436AC5;	
}
.hnav, .hnav ul li a
{
	padding-top: 0px;
	padding-bottom: 4px;
	text-decoration:none;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
	color:#FFFFFF;
	font-size:12px;
}

.hnav ul li a:hover { background-color:#333366; }
.hnav ul li span.divider
{
	display: none;
}
