@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	
a.nav {
	color: #13305a;
	font-size: 9px;
	text-decoration: none;
	}

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

a {
	color: #920125;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.spread {
	font-size: 10px;
	}
	
h1{
	font-weight: bold;
	font-size: 20px;
	color: #920026;
	text-align: left;
	}

h2{
	color: #004f9b;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	}

#footer p {
	font-size:9px;
	color: black;
	}

.quote_auth {
	font-style: normal;
	font-weight: normal;
	}

.tiny {
	font-size: 9px;
	}

.lead_in {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	}

.index_open {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	}

.blue {
	color: #004f9b;
	font-weight: bold;
	}

.error {
	color: red;
	font-style: italic;
	}
