@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444444;
	color:#444444;
}
.header {
	height:180px;
	width:880px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#de7008;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#333333;
	font-weight:bold;
}
.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}
a.bodycopy:link, a.bodycopy:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#de7008;
	text-decoration:underline;
}
a.bodycopy:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#444444;
	text-decoration:underline;
}

.bodycopyHighlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#de7008;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
}
a.footer:link, a.footer:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
	text-decoration:none;
}
a.footer:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#de7008;
	text-decoration:underline;
}