body {
	background: url(images/bgtile.jpg) repeat-x #e28a26;
	margin: 8px 0 0 0;
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
td {
	vertical-align: top;
	font-size: 11px;
	color: #333333;
}
h1 {
	color: #E28A26;
	font-size: 12px;
}
p {
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
a, a:visited {
	color: #E28A26;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
input {
	background-color: #CCCCCC;
	color: #333333;
	border: 1px solid #333333;
	padding: 2px;
}
#maintable {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
}
.menubar {
	height: 25px;
	padding-right: 10px;
	background: #FFFFFF;
}
.menubar a, .menubar a:visited{
	color: #71291a;
	text-transform: uppercase;
	font-weight: bold;
}
.content {
	padding-left: 30px;
	padding-right: 10px;
}