.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #263401;
	line-height: 1.3em;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9CC22E;
}

.nav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5B7A03;
	line-height: 2.2em;
}
a:link
{
	color: #5A7A04;
	text-decoration:none; 
}
a:visited
{
	color: #5A7A04; 
	text-decoration:none; 
}
a:hover
{
	color: #9CC22E; 
	text-decoration: underline;
}
a:active
{
	color: #5A7A04;
	text-decoration:none;  
}
.credits {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #9CC22E;
}
.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #263401;
	line-height: 1.3em;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #597803;
}
.list {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
