@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	background-color: #683A1C;
}

.clear {clear:both}

.block {
	width:400px;
	margin:0 auto;
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left; 
	width:75px;
	font-weight:700
}
.element input.text {
	float:left; 
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	float:right; 
	background:url(ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	background:url(iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.link2:link {
	color: #000000;
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	color: #000000;
}
a.link2:hover {
	text-decoration: underline;
	color: #000000;
}
a.link2:active {
	text-decoration: none;
	color: #000000;
}
.header_footer_links {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.site_map_general {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.site_map_headings {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
}
body,td,th {
	font-size: 1px;
}

.body_text {
	font-size: 11px;
	color: #000000;
}
-->
</style>