body
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
	color: #666666;
}
.body
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
}
.bodybold
{
	font-weight: bold;
}
.anncDate
{
    FONT-SIZE: 11pt;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
}
.pageTitle
{
	font-size: 22pt;
	color: #002A5C;
	font-weight:	bold;
}
.bodyTitle
{
	font-size: 14pt;
	color: #002A5C;
	font-weight:	bold;
}
A	{
	font-family: Arial;
	}	

A:link	{	
	text-decoration:	none;
	color:	#002A5C;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#002A5C;
	}	
				
A:hover	{	
	text-decoration:	underline;
	color:	#666666;
	}
.footer
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 7.5pt;
    	color: #002A5C;
}



.MenuGroup {
   background-color:#002A5C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  cursor:hand;
  font-size:10px;
 }
 .TopMenuItem{
  color:white;
  font-weight:bold;
}
.TopMenuItemHover {
  color:#ffffff;
  background-color:#5C7286; 
  font-weight:bold;
}
.TopMenuItemExpanded{
  background-color:#5C7286;
  color:#ffffff;
  font-weight:bold;
}
.MenuItem{
  background-color:#E4E0D2;
  color:#002A5C;
}

.MenuItemHover{
  background-color:#5C7286;
  color:#ffffff;
}

.MenuItemActive{
  background-color:#ffffff;
  color:#ffffff;
}

.MenuItemExpanded{
  background-color:#999999;
  color:#002A5C;
}

.MenuBreak{
  color:#ffffff;
}