@charset "utf-8";
/* CSS Document */

body { color: #000; background-color: #ffffff; margin-top: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; }
	

h3.title {
	color: #0B7274;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 8px;
	margin-top: 8px;
	}
	
p {
	color: #000000;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	}
	
a:link {
	color: #096264;
	}

a:visited {
	color: #096264;
	}
	
a:active {
	color: #000000;
	}
	
a:hover {
	color: #0D8B8E;
	}
