a:link {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

.bodytext {
	font-family: "Lucida Grande";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align:left;
}

.smtext {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-align:left;
}

.headline {
	font-family: "Lucida Grande";
	font-size: 24px;
	color: #333333;
	text-align:left;
}

.subhead {
	font-family: "Lucida Grande";
	font-size: 14px;
	color: #666666;
	text-align:left;
}

.botnav {
	font-family: "Lucida Grande";
	font-size: 10px;
	color: #999999;
	text-align:left;
}

.botnav a:link {
	color: #999999;
	text-decoration: none;
}

.botnav a:hover {
	color: #666666;
	text-decoration: none;
}

.botnav a:active {
	color: #666666;
	text-decoration: none;
}

.botnav a:visited {
	color: #999999;
	text-decoration: none;
}

img.floatleft {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom: 5px;
}

img.floatright {
	float:right;
	margin-left:25px;
	margin-top:3px;
	margin-bottom: 5px;
}