body	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}

td	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}

.headerText	{
	font-size: 10px;
}

.title	{
	font-size: 14px;
	font-weight: bold;
}

.subTitle	{
	font-size: 12px;
	font-weight: bold;
}

.superSubTitle	{
	font-size: 10px;
	font-weight: bold;
}

.footerText	{
	font-size: 9px;
}


a	{
	color: #5D019D;
	text-decoration: none;
}

a:visited	{
	color: #5D019D;
	text-decoration: none;
}

a:active	{
	color: #5D019D;
	text-decoration: none;
}

a:hover	{
	color: #5D019D;
	text-decoration: underline;
}


a.leftNav	{
	color: #5D019D;
	text-decoration: none;
	font-weight: bold;
}

a.leftNav:visited	{
	color: #5D019D;
	text-decoration: none;
	font-weight: bold;
}

a.leftNav:active	{
	color: #5D019D;
	text-decoration: none;
	font-weight: bold;
}

a.leftNav:hover	{
	color: #EDA200;
	text-decoration: none;
	font-weight: bold;
}


table.headerLink td a{
   display: block;
   padding: 5px;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

table.headerLink td a:link, table.headerLink td a:visited, table.headerLink td a:active {
   color: #000000;
   font-weight: bold;
}

table.headerLink td a:hover {
   color: #000000;
   font-weight: bold;
   background-color: #EDA200;
   text-decoration: underline;
}

