/*
	3rd tier - Yellow
*/
body {
	background-color: #FEFFC1;
	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: #FEFFC1; }
.bdrBody { border-color: #FEFFC1; }
.bdrDotBody { border: 2px #FEFFC1 dotted; }
.dotRuleBody {
	border-top: 2px #FEFFC1 dotted;
	width: 95%;
}



.dotRuleFlower {
	border-top: 2px #F1D354 dotted;
	width: 95%;
}
.dotRuleFlowerBottom {
	border-bottom: 2px #F1D354 dotted;
	width: 95%;
}

.bkgBubble {
	background-image: url('/images/backgd/bub_ylw.gif');
	background-repeat: repeat;
}



a {
	text-decoration: underline;
	color: #A07821;
}
a:hover {
	text-decoration: none;
	color: black;
	background-color: #F6EA92;
}
a:focus {
	text-decoration: none;
	color: black;
	background-color: #F6EA92;
}
a:active {
	text-decoration: underline;
	color: #A07821;
	background-color: #F6EA92;
}
/*
a:visited {
	text-decoration: underline;
	color: #A07821;
}
*/

.clrYellow { color: #FEFFC1; }
.clrLemon { color: #FEFFD8; }
.clrGold { color: #F6EA92; }
.clrFlower { color: #F1D354; }
.clrBurnt { color: #A07821; }

