﻿a:link, a:visited, a:active {text-decoration:underline; color:#cc0000}
a:hover {text-decoration:underline; color:#999999;}

body {font-family: Arial, Helvetica, sans-serif; font-size:10pt; }

td {font-family: Arial, Helvetica, sans-serif; font-size:10pt; }

#nav {
	border:0;
	width:107px;
	background: #c6c3c4;
}

#nav td {
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	
}

#nav a {
	display:block;
	text-decoration:none;
	color: black;
	padding: 4px 4px;
	border: 1px solid black;
	margin: 8px 0px;
}

#nav a:hover {
	background: white;
}