 
BODY
{
    margin:0px;
    padding:0px;
    background-color: white;
    background: url("/images/bg.png"); 
    background-repeat:repeat;
    font-size:80%;

} 

TD
{
    font-family:Verdana;
    color:#000000;
    font-size:1em;    
}
  
H1
{
    color:#6d0577;
    font-family:Verdana;
    font-size:1.7em;
    border-bottom:solid 1px #000000;
    font-weight:normal;
}

H2
{
    color:#6d0577;
    font-family:Verdana;
    font-size:1.3em;
    font-weight:700;
}


H3
{
    color:#000000;
    font-family:Verdana;
    font-size:1.1em;
    font-weight:700;
}


.copy{  
  background-color: #6D0577;
  color: #ffffff;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  height:28px;
  vertical-align:middle;
  font-family:Verdana;
  font-size:0.8em;
}

.top
{
    background-color:#6d0577;
    height: 14px;
}

.maintable
{
    height:768px;
    padding-top:10px;
}

LI
{
    font-family:Verdana;
    font-size:1em;
    color:#956;
    font-weight:700;    
    padding:2px;
}
A
{
    color:#956;
    text-decoration:none;
}

A:visited
{
    text-decoration:none;
    color:#956;    
}

A:active
{
    text-decoration:none;
    color:#956;    
}


A:hover
{
    color:#cc0000;
    cursor:hand;
}


.leftrow
{
    padding:10px;
}

UL
{
    
}

.submenuitem
{
    font-size:0.8em;   
}

.submenuitem a, .submenuitem a:visited, .submenuitem ahover
{
   color:#956;
   text-decoration:none;    
}

.links
{
    color:#000000;
}

.links a, .links a:visited, .links a:hover
{
    color:#369;
    text-decoration:none;
    
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}