 .menuHeader{
  	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	background-color: #FFFF99;
	padding: 4px;
	border-bottom: 1px solid #000;
  }
  
   .menuItem{
    	font-size: 14px;
  	background-color: #FFFFFF;
  	padding: 4px;
  	border-bottom: 1px solid #000;
  }
  
  .menuLink:link{
   	color: #000;
   	text-decoration: none;
   	font-weight: bold;
   }
   
  
   
   .menuLink:visited{
   		color: #000;
   	text-decoration: none;
   	font-weight: bold;
   }
   
   .menuLink:active{
   		color: #000;
   	text-decoration: none;
   	font-weight: bold;
   }
 
  .menuLink:hover{
   	color: #FF8400;
   }
   

.Caption {
font-family: Arial;
font-weight: bold;
color:      #123456;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.parenthetical {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

