body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.7em;
	color: #666666;
}
.smaller {
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
}
#content {
	line-height: 1.6em;
}
#content p,
#content img.h2,
#content img.h3,
#content img.h4,
#content img.h5,
#content img.h6 {
	margin: 1.4em 0 0 0;
	padding: 0;
}
#content ul li {
	margin: 0.7em 0 0 0;
	padding: 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #00653a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
}
.substituted, #alt_content_for_accessibility {
	position: absolute;
	margin-left: -999em;
}
#alt_content_for_accessibility {
	margin-top: -999em;
}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul li {
	padding-left: 1.8em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#content a {
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
.uppercase, #content a.uppercase {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #00653a;
}
strong {
	color: #00653a;
}
#content a, .grey, .grey strong {
	color: #afafb0;
}
img.left {
	position: relative;
	float: left;
	margin: 0 8px 12px 0;
}
img.right {
	position: relative;
	float: right;
	margin: 0 0 12px 8px;
}