
#mainNav {
	background: #660000;
	text-align: center;
}
#mainNav td {
	padding: 4px;
}
#mainNav a:link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#mainNav a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#topFiveTable {
	border: 1px solid #660000;
}
#topFiveTable td {
	padding: 4px;
	font-weight: bold;
}
#topFiveTable th {
	color: #FFFFFF;
	background: #660000;
	padding: 8px;
}
#topFiveTable a:link {
	color: #660000;
	text-decoration: none;
}
#topFiveTable a:visited {
	color: #660000;
	text-decoration: none;
}
#topFiveTable a:hover {
	text-decoration: underline;
	color: #660000;
}
#feedbackTable {
	background: #FFFFFF;
	border: 1px solid #660000;
	width: 190px;
}
#feedbackTable td {
}
#feedbackTable a:link {
	color: #660000;
	text-decoration: none;
}
#feedbackTable a:hover {
	text-decoration: underline;
}
#feedbackContent {
	padding: 4px;
	color: #660000;
}

