body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #D3C6B4;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	margin-top: 12px;
}
.nav, a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
.mainTable {
	background-image: url(images/bg_main_table.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer, a.footer {
	color: #918B83;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

