.pagetitles {
	font-family: Arial, Sans Serif;
	color: #FF9900;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Sans Serif;
	color: #000000;
	font-size: 11.5px;
	letter-spacing: .02em;
}

a:link {
	font-weight: bold;
	color: #5094FF;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

li {
	list-style: disc outside url('/images/Bullet.gif'); 
	padding: 2px;
	text-align: top;
}