body
{
    font-family: arial,sans-serif; font-size: .75em
}

.menuStatic
{    
    background-color: #060;
    color: White;
}

.menuDynamic
{    
    background-color: #393;
    color: White;
}

.menuStaticSelected
{    
    background-color: #393;
    color: White;
}

.menuDynamicSelected
{    
    background-color: #393;
    color: White;
}

.menuStaticHover
{    
    background-color: #6C6;
    color: White;
}

.menuDynamicHover
{    
    background-color: #6C6;
    color: White;
}

.bulletB {
    font-family: "helvetica";
    font-weight:  bold;
    font-size: 1.25em;
}

.bulletN {
    font-family: "helvetica";
    font-weight: normal;
    font-size: 1.25em;    
}
	  
.bodytext {
    font-family: "helvetica";
    font-size: "10pt"; 
    background-color: white;
}
           
.indextext {
    font-family: "helvetica"; 
    font-size: "10pt";
    font-weight: bold; 
    background-color: white;
    color: black;
}
.short {
    line-height: 50%;
}

