td {
	font-family: arial; 
	font-size: 10pt;
}
body {
	font-family: arial; 
	font-size: 10pt;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	height: 194px;
	width: 1000px;
}
#main {
	background-color: white;
	padding: 3px;
	margin-top: 2px;
}
.topnav:link {
	color:#FFFFFF;
}
.topnav:visited {
	color:#FFFFFF;
}
.topnav:hover {
	color:#999999;
}
a {
	text-decoration: none;
}
a:link {
	color:#000066;
}
a:visited {
	color:#000066;
}
a:hover {
	color:#006600; 
	text-decoration: underline;
}