body {
	font-family: "Trebuchet MS", Verdana, Modern;
	margin: 0px;
	padding: 0px;
	background-color: #F2F0E6;
	font-size: 14px;
}
.body_wht_txt {
	font-family: "Trebuchet MS", Verdana, Modern;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}

.body_txt_orange {
	font-family: "Trebuchet MS", Verdana, Modern;
	font-size: 12px;
	font-weight: lighter;
	color: #e7a632;
}

a {
	text-decoration: none;
	color: #E7A632;
	font-family: "Trebuchet MS", Verdana, Modern;
	font-size: 12px;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Modern;
	font-size: 12px;
	font-weight: lighter;
	color: #E7A632;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Modern;
	color: #E7A632;
}
.bottom_line_orange {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
