/* CSS Document */

td {
  font-family: Verdana;
  font-size: 12px;
}
h1 {
  font-family: Verdana;
  font-size: 16px;
}
.copy 
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
}
a 
{
  font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover
{
  color: #006633;
  text-decoration: none;
}
a:visited
{
  color: #333333;
}
a.nav 
{
  font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.nav:hover
{
  color: #006633;
  text-decoration: underline;
}
a.nav:visited
{
  color: #333333;
}