/* CSS Document */
.body_font {
	font-family: "Lucida Grande", "Lucida Grande CE", "Gill Sans", Futura, Arial, sans-serif;
	font-size: 10px;
	color: #414F83;
	font-weight: bold;
	line-height: 150%;
	background-position: 400px;
	}
	
.body_fontH1 {
	font-family: "Lucida Grande", "Lucida Grande CE", "Gill Sans", Futura, Arial, sans-serif; 
	font-size: 12px; color: #CC3300; 
	font-weight: bold; 
	}

.body_fontH2 {
	font-family: "Lucida Grande", "Lucida Grande CE", "Gill Sans", Futura, Arial, sans-serif; 
	font-size: 12px; color: #330066; 
	font-weight: bold; 
	}
	
.style5 {
	color: #6699FF;
	font-size: 12px;
	font-family: "Lucida Grande", "Gill Sans", Futura, Arial, sans-serif, "Lucida Grande CE";
	}

.style7 {
	color: #6699FF; 
	font-size: 9px; 
	}
	
ul {
	list-style-type: square;
	line-height: 150%;
	margin-bottom: 20px;
	list-style-position: outside;
	}
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}