body{
	background-image: url(images/man_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F9F8F7;
	margin: 0px;
}	

.footer{
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bodycopy, input, textarea {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2C2627;
}

.bodycopy_bigred, .input_bigred {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.headers{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #2C2627;
}

.subheadings{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2C2627;
	background-color: #E8E3DD;
}

.copyright{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #473E40;
}

.terms{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #473E40;
	text-decoration: underline;
}
	
.nav{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

.email{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #786E68;
	text-decoration: underline;
}

.white{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #443A32;
	text-decoration: none;
}

.downloadlink{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #786E68;
	text-decoration: underline;
}

.formborder {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2C2627;
	border-bottom: #786E68 1px solid;
   border-left: #786E68 1px solid;
   border-right: #786E68 1px solid;
   border-top: #786E68 1px solid;
}
	

