@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size:  12px;
	color: #000000;
	line-height: 16px;
	padding: 3px;
}.bolder {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #003300;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFCC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
}
.small {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.smalltwo {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color:003300
}







.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #003300;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669966;
	display: block;
	width: 225px;
	text-decoration: none;
	clip: auto;
	padding: 8px;
	
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #669966;
	display: block;
	width: 225px;
	text-decoration: none;
	clip: auto;
	padding: 8px;
}
