body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000033;
    background-color: #FFFBFF;
    
    /* 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;
}

P.defn {
    font: 10.0pt Arial,Helvetica,Univers,"Zurich BT",sans-serif;
    margin-top: 2mm;
    margin-left: 3mm;
    margin-bottom: 2mm;
    margin-right: 3mm;
}


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;
    margin-bottom: -3mm;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0mm;
    margin-top: 3mm;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000099;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 1;
}
ul.flush {
    font-family: Arial, Helvetica, sans-serif;
    list-style: inside;
    margin-left: 12.0pt;
    text-indent: -12.0pt; 
}
ol.lc-alpha {
    font-family: Arial, Helvetica, sans-serif;
    list-style: lower-alpha; 
}

.copyright  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #000033;
    }


.head {
  top:0px;
  left:0px;
  right:0px;
  width:100%;
  height:110px;
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  background-color:#FFFBFF;
} 

.headleft {
  border:0;
  margin:0;
  padding:0;
  float:left;
  overflow:hidden;
  position:absolute;
  z-index:1;
  top:0px;
  left:0px;
  width:618px;
  height:110px;
  background-color:#FFFBFF;
}

.headright {
  border:0;
  margin:0;
  padding:0;
  float:right;
  overflow:hidden;
  position:absolute;
  z-index:2;
  top:12px;
  left:618px;
  right:0px;
  height:85px;
  background-color:#FFFBFF;
}

.headbot {
  border:0;
  margin:0;
  padding:0;
  float:justify;
  overflow:hidden;
  position:absolute;
  z-index:4;
  top:100px;
  left:0px;
  right:0px;
  height:10px;
  background-color:#002E83;
}

.pagename {
  border:0;
  margin:0;
  padding:0,5,0,0;
  text-align:right;
  vertical-align:top;
  float:right;
  position:absolute;
  z-index:3;
  top:24px;
  left:0px;
  width:100%;
}

p.pagename {
  color:#002A64;
  font:900 18px Arial, Helvetica;
}


#navbody {
	position: absolute; 
	top: 120px;
	left: 95px;
	right: 0px;
	background: #FFFBFF;}

#navbar {
	position: absolute; 
	top: 110px;
	left: 0px;
	width: 85px;
	background: #002E83;}

.navbarjs {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 0mm;
	margin-right: 2mm;
	margin-bottom: 1mm;
	margin-left: 0mm;}

#navbar A { text-decoration: none; }

#navbar A:link { color: #FFFFFF; }

#navbar A:visited { color: #FFFFEE; }

#navbar A:hover { color: #A5A5CC; }

#popup P {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
	margin-left: 2mm;
	margin-top: -1mm;
	margin-bottom: -1mm;
}

#popup A {
	text-decoration: none;
	color: #000066;
}

#popup A:link { color: #000066; }

#popup A:visited { color: #000044; }

#popup A:hover { color: #333399; }


a:link{ 
    color : #05056B; 
    text-decoration : underline; 
    } 


a:visited{ 
    color : #05056B; 
    text-decoration : underline; 
    } 


a:hover{ 
    color : #4F88BD; 
    text-decoration : none; 
    } 
