a:link {
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
td {
	color: #FF0000
	font-size: 12px;
}
.navigation {
	color: #666666;
	font-weight: normal;

}
a.navigation:link {
	color: #666666;
	text-decoration: none;
}

a.navigation:visited {
	color: #666666;
	text-decoration: none;
}
a.navigation:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}.content {
	font-size: 12px;
	line-height: 24px;
}
.navigationBg {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/Images/navigationBG.gif);
}
