
body {
	margin: 0;
background: #ffffff;
	text-align: left;
}

body, div, p, span, td {
color: #aca39b;
font-family: geneva, Helvetica;
font-size: 11px;
line-height: 15pt;
}
 strong, b {
color: #94bb8c;

}
i, em {
color: #e5c265;
}
h1 {
color: #d85450;
font-family: courier new;
font-size: 11px;
font-weight: normal;
line-height: 12pt;
margin: 0 0 1px 0;
text-align: right;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: #e5c265 2px dotted;

}

a {
color: #d85450;
text-decoration: none;
border-bottom: #e5c265 1px solid;
font-weight: bold;
font-family: arial;
}

a:hover {
color: #e5c265;
border-bottom: #d85450 1px solid;
}

/* 
LAYOUT STYLES
#################################################
*/

#nav a { font-family:courier new;
		font-weight:bold;
		font-size:11px;
		text-align: center;
		text-decoration: none;
		color: #40a754;
		text-transform: uppercase;
		border-bottom: #c5c5c6 0px solid;
		letter-spacing: 1px;
		line-height:normal }

#nav a:hover {
		color: #a6ba70;
		border-bottom: #e5d082 1px dashed;}


option, select, input, textarea {
	background-color: #ffffff;
	font: 11px arial;
	color: #d85450;
	letter-spacing: 1px;
	border: 1px dashed #e5d082;
	padding: 1px;
}

