a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.botnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999966;
}

.listtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.botnav a:link{
	color: #999966;
	text-decoration: none;
}

.botnav a:hover{
	color: #999966;
	text-decoration: underline;
}

.botnav a:active{
	color: #999966;
	text-decoration: underline;
}

.botnav a:visited{
	color: #999966;
	text-decoration: none;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663300;
}

.sidebar a:link{
	color: #663300;
	text-decoration: none;
}

.sidebar a:hover{
	color: #663300;
	text-decoration: bold;
}

.sidebar a:active{
	color: #663300;
	text-decoration: bold;
}

.sidebar a:visited{
	color: #663300;
	text-decoration: none;
}

img.floatright {
	float:right;
	margin-left:15px;
	margin-top:3px;
	margin-bottom: 5px;
}