a.site {
	font-size: 8pt;
	text-decoration: none;
}
a.site:link {
	color: #D190AF;
}
a.site:visited {
	color: #D190AF;
}
a.site:active {
	text-decoration: none;
}
a.site:hover {
	text-decoration: underline;
}
.blurb {
	width: 75%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	margin-left:50px;
	color: #000000;
}
.form {
	width: 75%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	margin-left:0px;
	color: #000000;
}
.bottom {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #8C2351;
}
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #2F2B05;
}
table {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #2F2B05;
}
input, textarea {
	font-size: 8pt;
	font-family: verdana;
	border-style: solid;
	border-width: 1;
	border-color: #999999;
	background-color: #EDE7D0;
}
select, option {
	font-size: 10pt;
	font-family: verdana;
	background-color: #EDE7D0;
}
h1 {
	font-size: 16pt;
	color: #860832;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0px;
}
h3 {
	font-size: 11pt;
	color: #860832;
	margin-top: -2px;
	margin-bottom: 0px;
}
.nobrdr {
	border: 0;
	background-color: #FFFFFF;
}
.small {
	font-size: 8pt;
}