body  
      {font-size: 10pt; 
      font-family: Verdana, "Tahoma", san-serif ;
      line-height: 12pt}

menubox
	  {font-size: 1opt;
      font-family: Verdana, "Tahoma", san-serif;
      font-weight: bold;
      color: white;
      border:4}
		

  .body 
      {font-size: 10pt; 
      font-family: Verdana, "Tahoma", san-serif ;
      line-height: 12pt}
  .bold
	  {font-size: 1opt;
      font-family: Verdana, "Tahoma", san-serif;
      font-weight: bold;
      color: black}
      
  .heading
      {font-size: 14pt;
      font-family: "Tahoma", Verdana, san-serif;
      font-weight: bold;
      color: black}
  
  .subhead
      {font-size: 10pt;
      font-family: "Tahoma", Verdana, san-serif;
      font-weight: bold;
      color: black}
     
.wireframemenu{
background-color: #E7E3CA;
width: 120px;
margin:10 0 0 4;
padding-left:0;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 119px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu li{
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style-type: none;
text-indent: 0px;
}


.wireframemenu a{
font: 12px Verdana;
padding: 2px;
padding-left: 0px;
margin-left: 0px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: black;
text-decoration: none;
border-top: 9px solid #40408C;
text-align:center;
list-style-type:none;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}