/* CSS Document */
<style type="text/css">
<!--

.a {  
	font-family: arial; 
	font-weight:bold; 
	font-size: 9pt; 
	color: 003eb8; 
	text-decoration: none;
	text-align:left
}

.a:visited {  
	text-decoration: none;
	color: 003eb8
}

.a:hover {  
	text-decoration: underline;
}

.b, .b:visited{  
	font-family: arial; 
	font-size: 10pt; 
	color: 003eb8; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center
	}

.b:hover {  
	text-decoration: underline
	}

.c {  
	font-family: arial; 
	font-size: 7pt; 
	color: 003eb8; 
	text-decoration: none;
	text-align:center; line-height:12pt
	}

.c:visited {  
	color: red
	}

.c:hover {  
	text-decoration: underline
	}

.header {  
	font-family: arial; 
	font-weight:bold; 
	font-size: 12pt; 
	color: 003eb8; 
	text-decoration: none
	}
	
	.red {  
	font-family: arial; 
	font-weight:normal; 
	font-size: 9pt; 
	color: cc0000; 
	text-decoration: none
	}
	
	/* BODY TExT */
.text, .text:visited {  
	font-family: arial; 
	line-height:13pt; 
	font-size: 11pt; 
	color: black; 
	text-decoration: none;
	text-align:left
	}
	
.text:hover {  
	text-decoration: underline
	}
	
	.text:active {  
	text-decoration: none
	}
	
.text:visited {   
		color: black
		}

	
	.eventhead {  
	font-family: arial; 
	font-weight:bold; 
	font-size: 14pt; 
	color: white; 
	text-decoration: none
	}
	
	.footer {
		font-family: arial; 
		font-weight:normal; 
		font-size: 9pt; 
		color: 003eb8; 
		text-decoration: none
		}
		.footer:hover {  
text-decoration: underline
}


.service {  
	font-family: arial; 
	font-size: 10.5pt; 
	color: 003eb8; 
	font: bold; 
	text-decoration: none; 
	text-align: left
	}
.service:visited {  
color: 003eb8; 
}

.service:hover {  
text-decoration: underline
}

.title {  
	font-family: serif; 
	font-weight:bold; 
	font-size: 18pt; 
	color: 003eb8; 
	text-decoration: none
	}

-->
</style>


