/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
line-height: 16px;
padding: 2px;
}
.bold {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #008200;
}
.tiny {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.small {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.headline {
	font-family: Verdana;
	font-size: 45px;
	font-style: normal;
	font-weight: bold;
	color: #008200;
	text-decoration: none;
}
.headline:hover {
	font-family: Verdana;
	font-size: 45px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00D900;
}
.headline2 {
	font-family: Verdana;
	font-size: 45px;
	font-style: normal;
	font-weight: bold;
	color: #008200;
	text-decoration: none;
}