﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:white;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	display:block;
	padding: 12px 20px 8px 20px;
	text-transform:uppercase;
	}
a.nav:hover {text-decoration:none; color:white; background:#6f040e}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 18px;
	background: #484e58;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 670px;
	background: white;
}	

.navcell {
	background: #a50716;
	width:auto;
	border-right: 1px solid #c92635;
}