body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #00A1B0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.greenHighlight {
	color: #00A1B0;
}
.italics {
	font-style: italic;
}
li {
	list-style-type: disc;
}
