@charset "UTF-8";
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	text-decoration: none;
	color: #330000;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #330000;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
	line-height: 20px;
}
div.scroll {
height: 300px;
width: 550px;
overflow: auto;
background-color: ;
padding: 8px;
}
div.longScroll {
height: 570px;
width: 560px;
overflow: auto;
padding: 8px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.largerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330000;
	text-decoration: none;
}
li {
	list-style-type: square;
}

