body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0;
	border: 0;
	padding: 0;
}
input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
.textfields {
	height: 14pt;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.dropdowns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.stitle {
	font-weight: bold;
	font-size: 16px;
	background: "#E1EDDB";
	color: #1A5C2E;
}
.title {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.listroweven {
 	background-color: #E1EDDB;
 	font-size: 12px;
 	color: black;
}