.grey_background {  background-color: #CCCCCC}
.totals {  border-color: #000000 #FFFFFF black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.double_underline {  border-color: black black #000000; border-style: double; border-top-width: 0px; border-right-width: 0px; border-bottom-width: auto; border-left-width: 0px}
h2 a {color: #000; }

/****************************** Top horizontal navigation */

#topnav {
	border-bottom: none;
}

#topnav ul {
	margin: 4px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

#topnav ul li {
	display: inline;
	margin: 2px 10px;
	border-right: none;
	font-family: Arial, Helvetica, sans-serif;
}

#topnav ul li a:link, #topnav ul li a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000;
}

#topnav ul li a:hover {
	text-decoration: none;
	color: #330066;
}