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

