.mainframe {
	background-color: #E5E5E5;
	background-position: center top;
	background-repeat:no-repeat;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
}
h1 {
	color: #000066;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.h2sub {
	font-size: xx-small;
	font-weight: normal;
}
h3 {
	font-size: medium;
}
a {
	color: #003366;
}

