body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFFFFF;
}
.pageheading {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.list {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC3300;
	font-variant: normal;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: lower-roman;
}
a:link {
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	font-variant: normal;
	color: #CC9900;
	text-decoration: blink;
}

