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

