body {
	background-color: #A08D6B;
}


/* Background colors */
.bgdark {
	background-color: #A08D6B;
}
.bgmed {
	background-color: #D6BC8D;
}
.bglight {
	background-color: #EFD29F;
}
.bglighter {
	background-color: #FFE4AF;
}
.bgborder {
	background-color: #3A1600;
}
td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txt10px {
	font-size: 10px;
}
.txt20px {
	font-size: 20px;
}

a:visited, a:active, a:link {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}