body
{
	font-family: Tahoma, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: normal; 
}
h1
{
	color: rgb(0,51,153);
	font-size: 14pt;
	font-weight: bold; 
}
h2
{
	font-size: 11pt;
	font-weight: bold; 
}
h3
{
	color: rgb(51,153,51);
	font-size: 9pt;
	font-weight: bold; 
	font-style: italic;
}
p
{
	font-size: 9pt;
	font-weight: normal; 
}
a
{
	text-decoration: underline;
}
table
{
}
.menutable
{
  border-collapse: collapse;
}
.menucell
{
	background-color: rgb(51,102,204);
	text-align: center;
	height: 25px;
	border-top border-bottom: 1px solid rgb(255,255,255);
	border-left border-right: 0px;
}
.menulink
{
	color: rgb(255,255,255);
	font-family: Arial, Helvetica;
	font-size: 9pt;
	text-decoration: none;
	background-color: rgb(51,102,204);
	text-align: center;
	vertical-align: middle;
}
.menulink:hover
{
	color: rgb(255,255,255);
	font-weight: bold; 
	text-decoration: underline;
}
.maintext
{
	padding: 25px;
}
.footer
{
	padding: 15px;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.hotlink
{
	color: rgb(51,102,204);
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	vertical-align: top;
}
.fineprint
{
	font-size: 8pt;
	font-style: italic;
	text-align: left;
}