

/* Default CSS Stylesheet for a new Web Application project */

body
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	color: #666666;
}
.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: #3d251b;
	font-weight:	bold;
	font-family: arial, verdana;
}
.sectionSubTitle
{
	font-size: 11pt;
	color: #006735;
	font-weight:	bold;
	font-family: arial, verdana;
}
.pageTitle
{
	font-size: 10pt;
	color: #666666;
	font-weight:	bold;
	font-family:  Perpetua Titling MT;
	font-variant:small-caps;
}
.title
{
	font-size: 22pt;
	color: #666666;
	font-weight:	bold;
	font-family:  Perpetua Titling MT;
	font-variant:small-caps;
}
.bodyTitle
{
	font-size: 9pt;
	color: #798374;
	font-weight:	bold;
	font-family: verdana;
	font-variant:small-caps;
}
.bodybold
{
	font-weight: bold;
}
A	{
	font-family:arial;
	}	

A:link	{	
	text-decoration:	none;
	color:	#798374;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#798374;
	}	
				
A:hover	{	
	text-decoration:	underline;
	color:	#666666;
	}
.footer
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt;
    	color: #d0d3ce;
}


.TopMenuGroup {
   background-color:#333333;
 }
 .TopMenuItem{
  color:white;
  font-weight:bold;
}
.TopMenuItemHover {
  color:#ffffff;
  background-color:#a1a89d; 
  font-weight:bold;
}
.TopMenuItemExpanded{
  background-color:#a1a89d;
  color:#ffffff;
  font-weight:bold;
}

.MenuGroup {
   background-color:#798374;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  cursor:hand;
  font-size:10px;
 }
.MenuItem{
  background-color:#d0d3ce;
  color:#798374;
}

.MenuItemHover{
  background-color:#a1a89d;
  color:#ffffff;
}

.MenuItemActive{
  background-color:#ffffff;
  color:#ffffff;
}

.MenuItemExpanded{
  background-color:#999999;
  color:#798374;
}

.MenuBreak{
  color:#ffffff;
}