@charset "utf-8";
/* CSS Document */



body {
	margin-top:60px;
	margin-right:60px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position: inherit;
	background-color:#fff;
}

.body_copy  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	
}
.body_copy  a {
	color:#000000;
	border-bottom:1px dotted #979482;
	text-decoration:none
}


.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}




