/*
What was this one for?
A {
	color:	white;
}
*/
A {
	font-size: 9pt; 
	font-weight: bold;
	text-decoration: none;
	color: #6699ff;
	font-face: Verdana;
}
BODY {
	color:	white;
	background-color: #183173;
	margin-top: 0px;
	font-size: smaller;
	font-family: Verdana;
}
.header1 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.header2 {
	font-size: larger;
	font-weight: bold;
}
.header3 {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
.error {
	border-style: solid;
	border-color: #FFFF99;
	border-width: 2px 0px;
	padding: 4px;
	display:block;
	margin: 5px 0px;
	color: #FFFF99;
	font-style: italic;
}
.formheader {
	text-align: right;
	font-weight: bold;
}

TD {
	vertical-align: top;
}
.content {
	background: #183173;
	border: 3px solid black;
	color: white;
}
