body {
	margin: 0;
	padding: 0;
	background: #E5D49A;
}

td, th {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 18px 0;
	color: #3D2D33;
}

h2 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #3D2D33;
}

h3 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #3D2D33;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #666;
	text-decoration:underline;
}

.nav, a.nav {
	font-size: 11px;
	color: #3D2D33;
	font-weight: bold;
	text-decoration:none;
	margin-top: 3px;
}

.nav2, a.nav2 {
	font-size: 11px;
	color: #3D2D33;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: 5px;
}

a.nav:hover {
	font-size: 11px;
	color: #3D2D33;
	font-weight: bold;
	text-decoration:underline;
	margin-top: 3px;
}

a.nav2:hover {
	font-size: 11px;
	color: #3D2D33;
	font-weight: bold;
	text-decoration:underline;
	margin-bottom: 5px;
}

.side-text, a.side-text {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.side-text:hover {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.titles {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	margin-left: 9px;
}

a.titles:hover {
	color: #FFF;
	text-decoration: underline;
}

.titles2 {
	font-size: 14px;
	color: #FFF;
}

.checker {
	font-weight: bold;
	margin: 0;
	font-size: 11px;
	color: #333;
}

.letter {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.footer, a.footer {
	color: #666;
	font-size: 10px;
	font-decoration: none;
}

a.footer:hover {
	color: #666;
	font-size: 10px;
	font-decoration: underline;
}

