/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.text {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.textgreen {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #306e14;
}

.textgreenheader{color: #306e14}
a:link {
	color: #306e14;
	font-size: 12px;
}
a:visited {
	color: #306e14;
	font-size: 12px;
}

.textorange {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #f8b718;
}

.textorangebold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #f8b718;
	font-style: bold;
	font-weight: bold;
}

.header{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #5B9E3F;
	text-decoration: none;
}

.header2{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #f8b718;
	text-decoration: none;
}

.link {color: #306e14}
a:link {
	color: #306e14;
	font-size: 11px;
}
a:visited {
	color: #306e14;
	font-size: 11px;
}

.links:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #DF1A8A;
	text-decoration: none;
	display: block;
	width: 400px;
}