BODY { MARGIN: 0px; FONT-FAMILY: verdana; font-size:10pt; }     

h2 {
  font-size: 12pt;
  font-weight: bold; 
}
h3 {
  font-size: 11pt;
  font-weight: bold; 
}
h4 {
  font-size: 10pt;
  font-weight: bold; 
}
.LabelHyperLink {
  color: White;
  text-decoration: none;
}
.MenuHeader
{
  background-color: #f1f1f1;
  background-image: url(Images/BlueHeaderGradient.PNG);
  background-repeat: repeat-x;
  background-position: top left;
  color: #FFFFFF;
  font-weight: bold;
}
.MenuItem {
  background-color: #ffffff;
  background-image: url(Images/BlueItemGradient.PNG);
  background-repeat: repeat-x;
  background-position: top left;  
  color: #FFFFFF;  
}
.MenuItemTable
{
    width:90%;
    border:0;
}
.MenuItemHyperLink {
  color: White;
  text-decoration: none;
}


.MenuItem .LabelHyperLink 
{
    font-weight:bold;
}