body {
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #BFA16C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	color: #00929F;
	font-weight: bold;
}
.BodyTextErr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.WhiteBG {
	background-color: #FFFFFF;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #00929F;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #0996A2;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00929F;
}
.FromTextFeild {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 95%;
	border: 1px solid #00929F;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #00929F;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #00929F;
}
#navlist {
	text-align: center;
	display: block;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navlist li a {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #00929F;
	text-decoration: none;
}
#navlist li a:hover {
	text-decoration: underline;
}.BorderTBLR {
	border: 1px solid #BFA16C;
}
