@charset "utf-8";
/* CSS Document */
.menu{border-bottom:2px solid #86A8DF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
body {
	background-color: #86A8DF;
}
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#26354A;
	letter-spacing:.05em;
	}
h1 {
font-weight: BOLD;
margin-top: 4px;
margin-bottom: 2px;
margin-left: 0px;
font-size: 22px;
color: #055BA8;
}
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
a {
	color: #000000;
	text-decoration:none;
	}
	
a:hover {
	color: #055BA8;
	}
	