body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1024px;
	background: #996666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	height: 152px;
	background: #FFFFFF;
}

h1 {
	font-size: 18px;
	color: #660000;
}

h2 {
	font-size: 14px;
	color: #660000;
}

a:link {
	color: #660000;
	text-decoration: none;
}

a:hover {
	border-bottom: #FF6600 1px solid;
}	

a:visited {
	color: #666666;
	text-decoration: none;
}

.spacer {
	height: 5px;
}

.top {
	padding-bottom: 10px;
	border-bottom:  #996666 2px solid;
	background-color: #FFFFFF;
}

.left {
	font-size: 14px;
	padding-left: 10px;
	border-right: #FF6600 2px solid;
	vertical-align: top;
	width: 175px;
}
#container {
	background: #F6EFDF;
	border-left: #990000 1px solid;
	border-top: #990000 1px solid;
	border-right: #660000 2px solid;
	border-bottom: #660000 2px solid;
}

.content {
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}

.footer {
	font-size: 9px;
	color: #999999;
	padding: 10px;
	border-top: #996666 2px solid;
}

.footer a:link {
	color: #666666;
	text-decoration: none;
}

.footer a.hover {
	border-bottom: #FF6600 1px solid;
}