body   {
	font-size: 8pt; 
        color: #000000; 
        font-family: arial, verdana; 
        background: #FFFFFF;
       }


.title {
        font-size:18px; 
        font-weight:bold; 
        color:#07973a; 
        align:center;         
        background:#D5D7DF;        
        margin-top:5px;
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        text-align: center;
       }

.title2 {
        font-size:12px; 
        font-weight:bold; 
        color:#000000; 
       }

.menu {
	font-size: 9pt; 
        font-weight:bold; 
        color: #000000; 
        font-family: arial, verdana; 
        background: #FFFFFF;
       }

.plugboard { 
        background: #FFFFFF;
        font-size:12px;  
        color:#000000;   
       }

.sitetitle
           { 
            font-size:20px; 
            color:#782F15; 
            font-weight:bold;
            text-align:center;         
           }


#header { 
         width: 830px;
        }



#right {
           width:580; 
	font-size: 11pt; 
           border:  #888888 3px solid; 
           float: right; 
           background: #ffffff;   
            text-align:justify; 
            padding: 8px;       
          }


#left { 
            width:200px; 
           border:  #888888 4px solid; 
           float: left; 
           background: #ffffff; 
            text-align:justify; 
            padding: 3px;
           }

hr {
    text-align: center; 
    border: 0px dashed;
    color: #888888;
    background-color: #888888;
    height: 1px;
    width: 98%;
   }


A:link 
      {text-decoration: none; color: #000000; cursor: hand;  }
A:visited 
      {text-decoration: none; color: #000000; cursor: hand;}
A:active 
      {text-decoration: none; cursor: hand; color: #000000; }
A:hover 
      {text-decoration: underline; color: #D63C06; cursor: hand; }
