a:link {
	font-family: "Times New Roman", Times, serif;
	color: #002B6F;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
}

footer a:link {
	color: #FFFFFF;
	text-decoration:underline
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #990000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.linksmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}
/*  MISSION STATEMENT */
h1.mission { color: #ffffff; }
p.mission { color: #ffffff;
	      font-style:italic;  }
#mission_statement { padding: 10px;
                                  background-color:#999999; }
