

/* Default CSS Stylesheet for a new Web Application project */

body
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	color: #333333;
}
.body
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
}
.bodycross
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
	text-decoration: line-through;
	color: #990000;
}
.sectionTitle
{
	font-size: 17pt;
	color: #0A3162;
	font-weight:	bold;
	font-family: Perpetua;
	font-variant:small-caps;
}
.sectionSubTitle
{
	font-size: 11pt;
	color: #0A3162;
	font-weight:	bold;
	font-family: Perpetua;
	font-variant:small-caps;
}
.pageTitle
{
	font-size: 10pt;
	color: #666666;
	font-weight:	bold;
	font-family:  Perpetua Titling MT;
	font-variant:small-caps;
}
.bodyTitle
{
	font-size: 9pt;
	color: #0A3162;
	font-weight:	bold;
	font-family: verdana;
	font-variant:small-caps;
}
.bodybold
{
	font-weight: bold;
}
A	{
	font-family:arial;
	}	

A:link	{	
	text-decoration:	underline;
	color:	#0A3162;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#0A3162;
	}	
				
A:hover	{	
	text-decoration:	none;
	color:	#333333;
	}
.footer
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt;
    	color: #574330;
}



.MenuGroup {
   background-color:#0A3162;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  cursor:hand;
  font-size:10px;
 }
 .TopMenuItem{
  color:white;
  font-weight:bold;
}
.TopMenuItemHover {
  color:#0A3162;
  background-color:#809CBD; 
  font-weight:bold;
}
.TopMenuItemExpanded{
  background-color:#809CBD;
  color:#0A3162;
  font-weight:bold;
}
.MenuItem{
  background-color:#C7C7C7;
  color:#0A3162;
}

.MenuItemHover{
  background-color:#809CBD;
  color:#0A3162;
}

.MenuItemActive{
  background-color:#ffffff;
  color:#ffffff;
}

.MenuItemExpanded{
  background-color:#999999;
  color:#0A3162;
}

.MenuBreak{
  color:#ffffff;
}