/*
	SEB tier - Earth
		DBD09A, BEA663, B8A965, A18C54, 998650
*/
body {
	background-color: #EBE1AD;
	padding: 0;
	margin: 0;
	border: 0;
}
body, div, span, table, tr, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-color: black;
}

.bkgBody { background-color: #EBE1AD; }
.bdrBody { border-color: #EBE1AD; }
.bdrDotBody { border: 2px #EBE1AD dotted; }
.dotRuleBody {
	border-top: 2px #EBE1AD dotted;
	width: 95%;
}



.dotRuleSienna {
	border-top: 2px #BEA663 dotted;
	width: 95%;
}
.dotRuleSiennaBottom {
	border-bottom: 2px #BEA663 dotted;
	width: 95%;
}

.dotRuleSand {
	border-top: 2px #D4C88D dotted;
	width: 95%;
}
.dotRuleSandBottom {
	border-bottom: 2px #D4C88D dotted;
	width: 95%;
}
.bkgSand { background-color: #D4C88D; }
.bkgClay { background-color: #EDE8CB; }



a {
	text-decoration: underline;
	color: #857137;
}
a:hover {
	text-decoration: none;
	color: black;
	background-color: #CFC286;
}
a:focus {
	text-decoration: none;
	color: black;
	background-color: #CFC286;
}
a:active {
	text-decoration: underline;
	color: #857137;
	background-color: #CFC286;
}
/*
a:visited {
	text-decoration: underline;
	color: #857137;
}
*/

.clrEarth { color: #EBE1AD; }
.clrClay { color: #EDE8CB; }
.clrSand { color: #D4C88D; }
.clrBark { color: #CFC286; }
.clrSienna { color: #BEA663; }
.clrBrown { color: #857137; }

