@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #09347A;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #09347A;
}

.text {color: #DFDFDF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:18px}



a:link {
	color: #99C6D2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99C6D2;
}
a:hover {
	text-decoration: underline;
	color: #99C6D2;
}
a:active {
	text-decoration: underline;
	color: #99C6D2;
