body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
}

.arrow_bullets {
	list-style-image: url(images/bullet.gif);
}
.arrow_bullets li {
	margin-bottom: 7px;
}

.arrow_bullets_heading {
	list-style-image: none;
	list-style: none;
	font-weight: bold;
	text-indent: -25px;
}

.content_header {
	background-image: url(images/contentheaders/large.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 22px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-left: 115px;
	padding-top: 3px;
	text-align: left;
}

#content {
	text-align: left;
}

#content h1, #content h2, #content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BD0400;
}

#content h1 {
	font-size: 16px;
}

#content h2 {
	font-size: 14px;
}

#content h3 {
	font-size: 12px;
}

#content p {
	margin-top: 3px;
	margin-bottom: 5px;
}

#content img {
	border: 1px solid #BD0400;
	padding: 1px 1px 1px 1px;
	margin: 3px 3px 3px 3px;
}

#content ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
#content li {
	margin-left: 5px;
	list-style-type: square;
	margin-bottom: 2px;
}
