body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #666666;
	margin-top: 0px;
	margin-left: 80px;
	}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
}


a.nav:link {
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;	
}
a.nav:visited {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.nav:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav:active {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

h1 {
	color: #781206;
	font-variant: small-caps;
	display: inline;
	font-size: 12pt;
}
h2 {
	color: #666666;
	font-size: 10pt;
	font-variant: normal;
	display: inline;
	text-transform: uppercase;
}
.textfield {
	border: thin solid #666666;
	background-color: #ECE9D8;
}
