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

.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	color: #0000CC;
	position: absolute;
	left: 227px;
	top: 30px;
}
.graysubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #808080;
}
.logoUnpositioned {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	color: #0000CC;
}
.testsitenotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: blink;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
}
.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
}

