.Head {
font-family: Verdana, Arial, Helvetica; 
font-size: 11px; 
font-weight: bold; 

}

.subhead {
font-family: Verdana, Arial, Helvetica; 
font-size: 11px; 
font-weight: bold; 

}

.normal {
font-family: Verdana, Arial, Helvetica; 
font-size: 11px; 
font-weight: normal; 
}

.RightPane {
color: white;
}

.search {
color: #ffffff; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: normal; 
}

 a.search:link, a.search:visited, a.search:active {
 color: #ffffff; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: normal; 
font-style: underline;
 }

.footer {
color: #999999; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: normal; 
}

 a.footer:link, a.footer:visited, a.footer:active {
 color: #999999; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: normal; 
font-style: underline;
 }

.login {
color: #333333; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: normal; 
}

 a.login:link, a.login:visited, a.login:active {
 color: #333333; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: normal; 
font-style: underline;
 }


/* -- Menu Styles -- */


.TopMenuGroup
{
  background-color: transparent;
}

.MenuGroup
{

  
}

.TopMenuItem
{	
 	color: white;
 	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
    cursor:pointer;
    background-color: transparent;

}

.TopMenuItemHover
{
                background-color: transparent;
	color: white;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
    cursor:pointer;

}

.MenuItem
{
  background-color: #333333;
  color: #ffffff;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
  border-bottom: solid #000000 1px;
}

.MenuItemHover
{
  background-color:#999999;
  color: white;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
  border-bottom: solid #000000 1px;
}






