.header {
	font-family: arial;
	font-size: 15px;
	color: #00468c;
	font-weight: bold;
}

.sub-header {
	font-family: arial;
	font-size: 13px;
	color: #00468c;
	font-weight: bold;
}

.sub-header2 {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.body {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.body-special {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.copyright {
	font-family: arial;
	font-size: 9px;
	color: #000000;
}

.quote {
	font-family: arial;
	font-size: 13px;
	color: #000000;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
	color: #009999;
}

a:active {
	text-decoration: none;
	color: #000066;
}