body {
	background-color: #993300;
	background-image: url(/images/page_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	color: #842D03;
}
h3 {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1em;
}
p, td {
	font-size: 12px;
	line-height: 1.5em;
}
.home {
	font-size: 14px;
}
.signupform {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px;
}
.footer {
	color: #FFF;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}