body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000033;
    background-color: #F8F8FF;
    
    /* This modifies the color on the scroll bars for IE and any other   */
    /* browser that decides to respect this property.  It isn't a        */
    /* standard, and messing with UI elements offends a lot of people.   */
    /* Remove this if you're one of those people.  For more information  */
    /* on why it might *not* be a good idea to do this, look here:       */
    /* http://www.useit.com/                                             */
    scrollbar-3dlight-color : #294163; 
    scrollbar-arrow-color : #ffffff; 
    scrollbar-darkshadow-color : #C2CBD8; 
    scrollbar-face-color : #294163; 
    scrollbar-highlight-color : #C2CBD8; 
    scrollbar-shadow-color : #C2CBD8; 
    scrollbar-track-color : #33527D; 
}

p.question {
    font: 10.0pt Arial,Helvetica,Univers,"Zurich BT",sans-serif;
    margin-top: 8.0pt;
    margin-bottom: 4.0pt;
    margin-left: 12.0pt;
    text-indent: -12.0pt;
}
p.sect {
    font: 900 13pt/13pt Arial,Helvetica,Univers,"Zurich BT",sans-serif;
    color: #003399;
    margin-top: 22;
    margin-bottom: 1;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000033;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000033;
    font-weight: bold;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000099;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000099;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0mm;
    margin-top: 3mm;
}

ul.flush {
    font-family: Arial, Helvetica, sans-serif;
    list-style: inside;
    margin-left: 12.0pt;
    text-indent: -12.0pt; 
}


.copyright  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #000033;
    }

.navbar  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
    color: #003399;
    }

.navbar a:link  {
    color: #003399; 
    text-decoration: none; 
    } 

.navbar a:visited  {
    color: #FF8815; 
    text-decoration: none; 
    } 

.navbar a:hover  { 
    text-decoration: underline; 
    } 


.popup  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #003399;
    }

.popup a:link  {
    color: #003399; 
    text-decoration: none; 
    } 

.popup a:visited  { 
    color: #FF8815; 
    text-decoration: none; 
    } 

.popup a:hover  { 
    text-decoration: underline; 
    } 


a:link{ 
    color : #05056B; 
    text-decoration : underline; 
    } 


a:visited{ 
    color : #05056B; 
    text-decoration : underline; 
    } 


a:hover{ 
    color : #4F88BD; 
    text-decoration : none; 
    } 