/* CSS Document */


p{
font-family: Verdana, sans-serif;
font-size: 15px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: verdana, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 12px;
	text-align: center;
}
.link_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	display: block;
	padding: 10px;
	background-color: #006633;
	text-align: center;
}
.link_bar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	line-height: normal;
}
.link2 {
	font-family: verdana, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #00CC33;
	text-decoration: none;
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #009900;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.link3 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
