@charset "UTF-8";
.quote {
	font-size: 20px;
	line-height: 28px;
	color: #999999;
}
.blacksubhead {color: #000000; font-size: 20px;
}
html {
	min-height: 101%;
}
body {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: scroll;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	background-image: url(images/logo.png);
	background-position: center 52px;
}
a {
	color: #BC6505;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: inherit;
}
#content {
	padding-top: 91px;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #DC780A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
}
.small {
	font-size: 11px;
	line-height: 14px;
}
.linkblack {color: #000000}
.header {
	color: #000000;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
}
.headergray {color: #999999}
.subhead {
	color: #999999;
	font-weight: bold;
}
.subheadorange {
	color: #DC780A;
	font-weight: bold;
}
.purpleheader {
	color: #663399;
	font-size: 18px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	color: #999999;
}

