@charset "UTF-8";
.borders {
	border: solid thin;
	border-color: #313131;
}
hr {
	border: none 0; 
	border-top: 1px solid #313131;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	padding-top:1px;
	padding-bottom:1px;
	margin:0px;
}
.formField {
	background-image:url(../img/form-bg.gif);
	background-repeat:repeat-x;
	background-color:#403d3e;
	border: solid thin;
	border-color: #313131;
	color: #FFF;
}
textarea.formField {
    font-family: arial;
    font-size: 10pt;
}
.heading {
	font-family:arial;
	font-size: 9pt;
	color:#FFFFFF;
}

body {
	font-family:arial;
	font-size: 8.5pt;
	color:#FFFFFF;
	text-decoration:none;
}
.nav {
	font-family:arial;
	font-size: 8.5pt;
	color:#FFFFFF;
	text-decoration:none;
}
.footer {
	font-family:arial;
	font-size: 7pt;
	color:#FFFFFF;
	text-decoration:none;
}
.links {
	font-family:arial;
	font-size: 8.5pt;
	color:#C3922E;
	text-decoration:none;
}