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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	}
	
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	}

h1 {
	font-size: 24pt;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: .5em;
	}
	
h2 {
	font-size: 14pt;
	margin-bottom: .25em;
	color: #0099cc;
	}

p {
	margin-bottom: 1em;
	}
	
#footer {
	color: #FFF;
	}

#footer h2 {
	font-size: 14pt;
	}

#footer p {
	font-size: 8pt;
	line-height: 10pt;
	}
	
#footer ul li {
	margin-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	}
	
#middle h2 {
	margin-top: 10px;
	font-size: 12pt;
	font-weight: normal;
	}
	
.secondaryNav a {
	font-size: 11pt;
	}