.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:15px;
}
.red-text{
	color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cccccc;
	font-weight:100;
	line-height:18px;
	margin-bottom:15px; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7bd2f6;
	font-weight:100;
	line-height:18px;
	margin-bottom:15px; 
}
.Fheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b6a48e;
	font-weight:100;
	line-height:18px;
	margin-bottom:4px; 
}
a:link {
	color: #836a5f;
	text-decoration: none;
}
a:visited {
	color: #836a5f;
	text-decoration: none;
}
a:hover {
	color: #7bd2f6;
	text-decoration: none;
}
a.hilite:link {
	color: #7bd2f6;
	text-decoration: underline;
}
a.hilite:visited {
	color:#7bd2f6;
	text-decoration: underline;
}
a.hilite:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
.menu a:link {
	color: #cccccc;
text-decoration: none;
}
.menu a:visited {
	color: #cccccc;
text-decoration: none;
}
.menu a:hover {
	color: #43daf9;
text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
.footerB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a:link {
	color: #836a5f;
text-decoration: none;
}
.footer a:visited {
	color: #836a5f;
text-decoration: none;
}
.footer a:hover {
	color: #43daf9;
text-decoration: none;
}
.myfield {
	background-color: #999999;
	border: solid 1px #ffffff;
	padding: 0px;
	height: 18px;
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.mycombobx {
	background-color:#999999;
	border: solid 1px #ffffff;
	padding: 0px;
	height: 50px;
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.mysec {
	background-color:#999999;
	border: solid 1px #ffffff;
	padding: 0px;
	height: 18px;
	width: 100px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.submit{
	border: solid 1px #999999;
	padding: 0px;
	height: 18px;
	width: 100px;
	font-family: Arial;
	font-size: 11px;
	color: #584f47;
	text-align:center;
}