@charset "UTF-8";
#tablebanner {
	font: 10px Arial, Helvetica, sans-serif;
	background: #5F2D5F;
	display: inline;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
#tdnavigation {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 4px;
	display: inline;
	color: #B5D5FF;
}
#tdnavigation a {
	color: #970300;
	background: #6B909C;
	display: inline;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;
	border-top: outset #799A8D;
	border-right: outset #799A8D;
	border-bottom: outset #799A8D;
	border-left: outset #799A8D;
	text-decoration: none;
}
#tdnavigation a:hover {
	background: #CACE9B;
}

