body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color:#FFFFFF;
	margin: 0px; 
	border: 0px;
} 

a.menu {
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
 
a {
	color: #44b70b;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
	
}

textarea { color: #000033; 
	font-size: 10px 

} 
h1 {
	font-size: 1.2em;
	color:#336600;
}
h2 { font-size: 1.1em; 
	color:#336600;
}
h3 { font-size: 1.0em; 
  color: #336600;
}
h4 { font-size: 0.9em; 
  color: #336600;
}
h5 { font-size: 0.9em; 
  color: #000000;
}
h6 { font-size: 0.8em; 
  color: #000000;
}
input { color: #000033; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px 
} 

select { color: #000033; 
	font-size: 10px 
} 
td { 
	font-size: 70%; 
} 
th { 
	font-size: 70%; 
	text-align:left;
