body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #5e8fea;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.background {
	background-image: url(/public/images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.header {
	background-image: url(/public/images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
	background-image: url(/public/images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.splashHeader {
	background-image: url(/public/images/splashHeader.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #242424;
	border: 1px solid #FFFFFF;
}
.formButton {
	color: #FFFFFF;
	background-color: #242424;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.px10 {	font-size: 10px; font-family:Arial, Helvetica, sans-serif; }
.px11 {	font-size: 11px; font-family:Arial, Helvetica, sans-serif; }

.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
