body {
	background: #907A49;
	font-family: Arial, Helvetica;
}
a {
	color: #FF9;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
table.MainNav {
	display: block;
}
td.MainNav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 129px;
	line-height: 40px;
	background: #591b00;
}
td.MainNav a:hover {
	color: #FF9;
	background: #6A2C11;
	text-decoration: none;
}
td.MainNav p {
	background: #FBE7BB;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 129px;
	line-height: 40px;
}

.Copyright {
	font-size: 10px;
	color: #FFF;
}
.HomePageLower {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
.FormLabels {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #000;
}
.AskCarolIntro {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.PolicyText {
	font-size: 11px;
}
.TermsText {
	font-size: 9px;
	background: #FBE7BB;
}
.Disclaimer {
	font-size: 11px;
	color: #FF9;
	font-style: italic
}
.HomeText {
	font-size: 12px;
}