p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blue {
	color: #0000FF;
}
.navy {
	color: #000066;
}
.red {
	color: #FF0000;
}
.green {
	color: #00CC00;
}
hr {
	border: 1px solid #CCCCCC;
	background-color: #0000FF;
	width: 80%;
}
.redlink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.redlink:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.redlink:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.redlink:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.redlink:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bluelink {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.bluelink:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.bluelink:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.bluelink:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.bluelink:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

