@charset "ISO-8859-1";
body {
	background-color: #3A2311;
}
.headlineLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #3A2311;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #1A6E93;
	padding-left: 40px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A2311;
	padding-left: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A2311;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:visited {
	color: #333300;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422B19;
	list-style-position: inside;
	list-style-image: url(images/chk.gif);
	list-style-type: none;
	padding-left: 0px;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
