
.content
{
	font-family: Arial;
	font-size: 10pt;
}

.heading
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #006699;
}
.subhead
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #006699;
}

.mainContentCell
{
	padding-left: 75px; 
	padding-right: 75px;
	font-family: Arial;
	font-size: 10pt;
}
.navContentCell
{
	padding-right: 75px;
	font-family: Arial;
	font-size: 10pt;
}

.subnav
{
	font-family: Arial;
	font-size: 10pt;
	width: 150px;	
	border-right: solid 1px #006699;
	margin-right: 20px;
}
a
{
	text-decoration: none;
	color: #006699;
}

a:hover
{
	color: #ff9900;
}
