h2, h3, h4, body, td { 
font-family: arial, verdana, helvetica, sans-serif;
color:061386
}

h2 { 
font-size: 14pt; 
font-weight:bold; 
color:#ffcc00;
}

h3 { 
font-size: 12pt; 
}

h3.red {
color:#a93f30
}

h4 { 
font-size: 10pt; 
font-weight:bold;
}

body { 
font-size: 10pt; 
color:#061386;
}

.headline { 
font-size: 12pt; 
color:#a1a1a1;
font-weight:bold;
text-align:right;
}

.maintext { 
font-size: 10pt; 
color:#061386;
text-align:justify;
}

.small { 
font-size: 8pt;
font-weight:normal; 
}

.smallbold { 
font-size: 8pt;
font-weight:bold; 
}


a:link {
color: 061386;
text-decoration: none;
}

a:active { 
color: 061386;
text-decoration: none;
}


a:visited { 
color: 061386;
text-decoration: none;
}

a:hover { 
color: 061386;
text-decoration: none;
}

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', verdana, Arial, sans-serif;
font-size: 70%;
background-color: #dee8ff;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #dee8ff;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px;
border-right: 10px;
background-color: #061386;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
background-color: #dee8ff;
color: #000000;
}


