@charset "UTF-8";

body {
	background-color: #5a4014;
}

p {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #705424;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	line-height: 17px;
}

.bodypink {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #CC3366;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	line-height: 17px;
}
.bodybrown {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #705424;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	line-height: 17px;
}

.bodyorange {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #D68019;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	line-height: 17px;
}

.headerpink {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #D9338D;
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}

.headerbrown {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #705424;
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}

.headerorange {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #D68019;
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}

.subheaderpink {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #D9338D;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
}

.subheaderbrown {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #705424;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
}

.subheaderorange {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color: #D68019;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
}

a:link {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color:#D68019;
	text-decoration: none;
	font-size: inherit;
}

a:visited {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color:#D68019;
	text-decoration: none;
	font-size: inherit;
}

a:hover {
	font-family: TradeGothic, Myriad, Helvetica, Arial, sans-serif;
	color:#D68019;
	text-decoration: underline;
	font-size: inherit;
}

a:active { 
	text-decoration: underline; 
}

li {
	list-style:square;
	list-style-type:square;
	list-style-image:none;
	padding-left:2px;
}
