body { 	background-color: #76c163;
	color: #000000;

}

a {	color: #000000; 
	
	font-weight: bold; 
	
	text-decoration: underline;

}

a:hover { color: #000000;

	text-decoration: none;

}

a.nav {	color: #000000; 
	
	font-weight: bold; 
	
	text-decoration: none;

}

a:hover.nav { color: #000000;

	text-decoration: underline;

}


img { border-color: #000000;
}
	

p	{ font-size: 90%;

}

p.small { font-size: 75%;

}

li	{ font-size: 85%;

	font-weight: bold;

}


table { font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 90%;

	width: 80%;

	text-align: left;

	border-top: #beea7c 4px solid;

	border-bottom: #beea7c 4px solid;

	border-left: #beea7c solid;

	border-right: #beea7c 4px solid;

	background-color: #ffffff;


}

table.nav { font-family: Verdana, Arial, Helvetica, sans-serif;

	width: 100%;

	font-size: 100%;

	font-weight: bold;

	text-align: center;

	border-top: black 1px solid;

	border-bottom: black 1px solid;

	border-left: black 1px solid;

	border-right: black 1px solid;

	background-color: #cccccc;


}

table.blank { border-top: black 1px none;

	border-bottom: black 1px none;

	border-left: black 1px none;
	
	border-right: black 1px none;

}

td.logo { text-align: right;

}


h1 { 	font-size: 120%;
	color: #000000;
	font-weight: bold;
	

}

h2 { 	font-size: 95%;
	font-weight: bold;
	color: #000000;

}

.cssnav {
position:relative;
font-family: arial, verdana, helvetica, sans-serif;
background-image: url(pics/over.gif);
background-repeat: no-repeat;
display: block;
width: 125px;
height: 25px;
margin: 0;
margin-bottom:0px;
padding: 0;
}
.cssnav a {
display:block;
font-size: 11px;
width: 125px;
height: 25px;
float: left;
margin: 0;
padding: 0;
color: black; text-decoration: none;
}
.cssnav img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
position:absolute;
left:5px;
top:3px;
margin:0;
cursor: pointer;
}
	




