/* CSS Document */

h1 {
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align:center;
}
body {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-align:center;
}
h3 {
	color: #CC0000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size:16px;
}

.blueh2 {
	
	/* text-align:left; */
	color: #000099;
	font-weight: bold;
}
p {
	text-indent: .25in;
}
.noindent {
	text-indent: 0;
}

form p{
	text-indent: 0;
	clear:left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 50%;
	color: #000099; 
	font-family: Arial, Helvetica, sans-serif;
}
#formborder {
	font-family: Arial, Helvetica, sans-serif;
	border: 3px solid #000099;
	width: 450px;
	position: relative;
	left: 25%;
	right: 25%;
	padding-right: 2%;
	padding-left: 2%;
}

a:hover {

	color: #FF0000;

	text-decoration: underline;

}

a:link {

	text-decoration: underline;

	color: #CC0000;

}

a:visited {

	text-decoration: none;

}

a:active {

	text-decoration: none;

}

.highlight {
	background-color: #FFFF33;
}

.signature {
	color: #000099;
	text-align:center;
	}

li {
	margin-top:0;
	margin-bottom:10;
}
li p {text-indent:0;}
