.style1 {
	
	font-size: 7pt;
	font-family: tahoma;
	color: navy;
	
}



.style2 {

	color: red;
	text-decoration: none;
}


:hover.style2 {

	text-decoration: underline;
	color: black;
}


.style3 {
	
	font-family: tahoma ;
	font-size: 9pt;
	color: black; 
	line-height:150%

}



.style4 {

	font-family: tahoma ;
	font-size: 9pt;
	color: red; 
	line-height:150%;
	font-weight: bold;
}


.style5 {

	color: white;
	font-family: tahoma;
	font-size: 8pt;

}


.style6 {

	color: white;
}







#blueblock{
width: 250px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 80%;
background-color: #769DE6;
color: #333;
font-weight: bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 200px; /*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 #769DE6;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1C46BF;
border-right: 10px solid #7088E6;
background-color: #3977E0;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
text-decoration: underline;
}