h1, h2, h3, h4, h5 {
	font-family: Helvetica;
	color: #003366;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 120%;
}

h2 {
	font-size: 90%;
	color: #666666;
	line-height: 20px;
}

h3 {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
}

p {
	font-family: Helvetica;
	font-size: 80%;
	color: #666666;
	line-height: 150%;
}
.breadcrumbs {
	font-size: 70%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.done {
	background-color: #eeeeee;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 200%;
	color: #666666;
}
.anav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.anav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ccff;
	width: 144px;
}
.anavborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 121px;
}
.anav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.underlineThin {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.underlineThick {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
ul {
	font-family: Helvetica;
	font-size: 80%;
	color: #666666;
	line-height: 150%;
	list-style-position: outside;
	list-style-type: circle;
}
ol {
	font-family: Helvetica;
	font-size: 80%;
	color: #666666;
	line-height: 150%;
	list-style-position: outside;
	list-style-type: decimal;
}
