body{
	font-family: arial, helvetica, sans;
}

.main {
	font-size: 10pt;
}

.bold{
	font-weight: bold;
}

.header{
	font-size: 14pt;
	color: #2F7145;
	font-weight: bold;
}

.small{
	font-size: 8pt;
}

.medbold{
	font-weight: bold;
	font-size: 10pt;
}

.smheader{
	font-size: 12pt;
	color: #2F7145;
	font-weight: bold;
}

.emph1 a { 
width: 175px; 
border: black solid 1px; 
display: block; 
padding-left: 5px;
font-size: 10pt; }

.emph1 a { 
color: white; 
text-decoration: none; 
font-weight: bold; 
background-color: #2f7145; 
}

.emph1 a:hover { 
text-decoration: none; 
color: #2f7145;
background-color: white;
 }
 
   #buttonstyle a{
 	display: block;
	padding: 4,4,4,4;
	border: black 1px solid;
	background: #2f7145;
	text-decoration: none;
	color: white;
	width: 150px;
	font-weight: bold;
	font-size: 8pt;
	 }
	 
	#buttonstyle a:hover{
	background-color: #fc0;
	color: #000;
	}
	
	input {
		border: 1px black solid;
		border-color: #2f7145;
		background-color: #CAFFCA;
	}
	
	textarea {
		border: 1px black solid;
		border-color: #2f7145;
		background-color: #CAFFCA;
	}