body
{
 background-color:Black;	
}

div 
{
 background-color:white;
}

.main
{
  background-color:Red;
  overflow:auto; 

}

.menu {
     border-top: 1px solid black;
     border-right:1px solid black;
     border-color:#9933FF;
     text-decoration: none;
     background-color: white;
     color: black;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
     width:131px;
     height:22px;  
            
}

.dstyle
{
 font-family:Tahoma;
 font-size:11pt;
 color:Black;
 background-color: black;
 z-index:25;
 
}

.dstyle2
{
 font-family:Tahoma;
 font-size:11pt;
 color:White;
 background-color:#9933FF;
 
}

.dstyle3
{
 font-family:Tahoma;
 font-size:11pt;
 color:White;
 background-color:#9933FF;
}


.TopBanner
{
	background-color:White;
}



.menu:hover {
     background-color: black;
     font-size:11px;
     text-align:center;
     color: White;
     cursor:pointer;
     border-top: 1px solid White;
     border-right:1px solid White;
     border-bottom: 1px solid White;
     border-left:1px solid White;
     
}

.toolbar
{
	width:131px;
    
}

.active {
     background-color: black;
     font-family: Tahoma;
     font-size: 11pt;
     text-align:center;
     color: White;
     cursor:default;
     border-top: 1px solid White;
     border-right:1px solid White;
     border-bottom: 1px solid White;
     border-left:1px solid White;
     width:131px;
     height:22px;
}

.bio
{
  text-align:justify;
  
  font-family:Tahoma;
  font-size:11pt;
  border-bottom-style:dashed;
  border-width:thin;
}

.money
{
 text-align:right;
}

#classList{text-align:center;
           
           }
#classList li
{
    display:inline
}

