/* Style */

a:link, a:visited {
text-decoration : none;
color: #3C3637;
font-weight:bold  }

a:hover {
text-decoration : none;
color: #3C3637;
font-weight:bold;
border-bottom: 1px solid #6D7380; 
}

a:active {
text-decoration : none;
color: #3C3637;
font-weight:bold }

body, p, table, td, tr, ul {
    font-family: Tahoma; font-size: 7pt; color: #6D7380;   
     }
    
h1, h2       { 
    font-family: Tahoma; 
    font-size: 7pt; color: #3C3637; 
    text-align:center; text-transform:uppercase; font-weight:bold    
    }
    
textarea, input, textarea, option, select {
    font-family:Tahoma; 
    font-size:7pt; 
    font-weight:bold; 
    color:#6D7380;
    font-variant:normal; 
    background-color:#EFE9EF;
    border:1px solid #6D7380; 
    padding:2px  
    }


