/* CSS Document */
.navBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.navBottom:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.navBottom:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.navBottom:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.subtitles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
a.bodyText:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a.bodyText:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a.bodyText:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}