/* $ base.css - used for main text, links headings */
* {
	margin:0; padding:0;
}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
/* $ General -----------------------------------*/
body {	
	color:#FFFFFF;
	background-color: #751401;
	/*font: 62.5%/180% "trebuchet ms", Verdana, Arial, Helvetica, Tahoma, sans-serif;	*/
	font-family:"trebuchet ms", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:x-small;
}
input, select, textarea {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
}
div.clear {
	clear:both;
}
img {
	border:0;
}
.accessibility { display:none; }
	
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 1em 0;
	padding: 0;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.2em;
}
h6{
	font-size: 1em;
}
p, blockquote, address, pre, li, dd, dt{
	font-size: 1.2em;
	line-height: 125%;
}
address {
	font-style:normal;
}	
.DottedLine{
	border-top:1px dotted;		
}
/* $ Links --------------------------------------------*/
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}	
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
/* $ Forms --------------------------------------*/
fieldset {
	border: none;
}
form {
	font-size:6px;
}

form dt {
	float:left;
	width:200px;
	padding-top:20px;
	font-size: 230%;
	clear:both;
}
form dd {
	padding-top: 20px;
	margin:0px;
	font-size: 200%;	
}
.formLabels {
	font-size: 1.4em;
}
/* $ Tables --------------------------------------*/
table {
	border-collapse:collapse;
}
td {
	border: 1px dotted #913D32;
}