/* Popup Style */

a:link {
	color: #0000FF;
}

a:visited {
	color: #800000;
}

a:hover {
	color: #DF0000;
	text-decoration: underline;
}

a:active {
	color: #DF0000;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.printit {
	display: block;
	margin-right: 8px;
	float: right;
}
.required {
	color: #ff0000;
	font-weight: bold;
}

.fieldheading {
	color: #000080;
}

.smalltext {
	font-size: 80%;
}