body {
	font-family: Georgia, Arial, Sans-Serif;
	font-size:10pt;
	margin: 0px;
}

td {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
}

p { 
	font-family:arial,helvetica,sans-serif;	
	font-size:10pt;
}

a:link {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000066;
	font-weight: bold;
}

.pageTitle 
{
	font-family: Serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}

.headingDark
{
	background-color: #000066;
	color: White;
	font-weight: bold;
}