a.site {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
a.site:link {
	color: #2C7AD4;
}
a.site:visited {
	color: #689FDE;
}
a.site:active {
	text-decoration: none;
}
a.site:hover {
	text-decoration: underline;
}
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: #000066;
}
input, textarea, select, option {
	font-size: 8pt;
	font-family: verdana;
	border-style: solid;
	border-width: 1;
	border-color: #999999;
	background-color: #F7F7F7;
}
form {
	padding: 0px;
	margin-bottom: 0px;
}
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;
}.border {
	border: 1px solid #CCCCCC;
}

