/* CSS Document */

#horizontalMenu td {
	text-align: center;
	background-color: #293B49;
}
#horizontalMenu .spacer {
	background-color: #293B49;
}

#horizontalMenu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #293B49;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 2px;
	color: #FFFFFF;
}
#horizontalMenu a:hover {
	color: #FDC686;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	display: inline;
	text-decoration: underline;
}
