body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
* html body{
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
h1 {
	font-size: 150%;
	background-color:#69BE69;
	color: white;
	text-transform: uppercase;
	padding: 2px;
}
h2 {
	font-size: 135%;
	color: #69BE69;
}
h3 {
	font-size: 115%;
	color: #333333;
	}
.note{
	font-size: 85%;
}
a {
	color: #009933;
}
a:hover{
	text-decoration: none;
}
#nav ul{
	list-style: none;
	text-transform: uppercase;
	font-size: 90%;
}
#nav ul ul{
	width: 100%;
	list-style: circle;
}
#nav ul li{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom:2px;
	padding-top: 2px;

}
#nav ul ul li{
	border-bottom: none;
	padding:0px;
	font-size: 90%;
}
#nav a{
	color: black;
	text-decoration: none;
	padding-right:2px;
	padding-left:2px;	
}
#nav a:hover{
	color: white;
	background-color: #69BE69;
	padding-right:2px;
	padding-left:2px;
}
.footer{
	text-align: center;
}
.footer a {
	color: #000;
	text-transform: uppercase;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
table {
	font-size: 90%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 10px;

}
caption {
	caption-side: top;
	font-weight: bold;
	color: #333333;
}
td, th {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 1px 5px;
}
hr {
	border: 0;
	width: 90%;
	background-color: #dcdcdc;
	height: 1px;
	
}
#content img { border:none; }
