/* style1.css */
.nav {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nav:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.navInvert {

	font-size: 14px;
	font-weight: bold;
	color: #D3E5CF;
	text-decoration: none;
}
.navInvert:hover {

	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #D3E5CF;
}
.black11pt {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.submit {
	color: #006633;
	margin: 0px;
	padding: 0px;
	background-color: #D2E4CE;
	border: 0px none;
	cursor: hand;
	text-decoration: underline;



}
.form {
	padding: 0px;
	width: 240px;
	border: 1px solid #006633;
}
.hand {
	cursor: hand;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;}

