body {
	font-family: arial, helvetica, sans;
}

a {
	text-decoration: none;
	color: #0000CC;
}


a:hover {
	text-decoration: none;
	color: red;
}

a.navbar {
	text-decoration: none;
	color: #0000CC;
	font-size: 10pt;
	font-weight: bold;
}

a.navbar:hover {
	text-decoration: none;
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

a.ptest {
	text-decoration: none;
	color: #FF0000;
	font-size: 14pt;
}

a.ptest:hover {
	text-decoration: none;
	color: maroon;
	font-size: 14pt;
}

p.navbar {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

p.normal {
	font-size: 10pt;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
p.mission {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	margin-top: 0px;
}
	
p.addressblock {
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333366;
		
}		

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 a {
	text-decoration: none;
	color: #990000;
}