body
{
	background-color: White;
	font-family: Arial;
	font-size: 8pt;
}

.boldText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

.italicText
{
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
}

.text
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.altText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	background-color: "#efefef";
}
.altBoldText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: "#efefef";
}
.iAmDifferent
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: "#dedede";
}
.header
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}
A
{
	text-decoration: none;
	color: Black;	
}
A:hover
{
	text-decoration: underline;
}
.topMenu
{
	text-decoration: none;
	color: Black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.topMenu:hover
{
	text-decoration: underline;	
}
.btmMenu
{
	text-decoration: none;
	color: #898989;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.btmMenu:hover
{
	text-decoration: underline;
	color: #000000;
}
