@charset "utf-8";
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #8996a0;
	font-size: 2em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: 200;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	text-transform: lowercase;
}
.subhead {
	color: #cd5a13;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: lowercase;
}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #555555;
	text-transform: lowercase;
}

.bodytextsmall a{
	color: #cd5a13;
	font-weight:bold;
	text-decoration:none;
}

.bodytextsmall a:hover{
	color: #333333;
}
