.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.nav1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
.nav1active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}
.nav2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
}
.body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-weight: normal;
	color: #333333;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #333333;
}
.textbullets {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #333333;
	list-style-image: url(../img/red_dot.gif);
	list-style-position: outside;
	list-style-type: circle;
}
