.scroll {
	background-attachment: scroll;
	background-repeat: repeat-y;
	border: medium solid #006633;
}
.list {
	list-style-position: inside;
	list-style-image: url(graphics/topsection.jpg);
	list-style-type: square;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #003399;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.bodytx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.border {
	border: 10px inset #E3D5BA;
}
