DIV.navigation
{
	background: #6699CC;
	color: white;
	border: 0px;
	padding: 4px;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	margin-bottom: 0px;
}
TABLE.navigation
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: white;
}
TD.navigation
{
	width: auto;
	text-align: left;
}
TD.title
{
	width: auto;
	text-align: right;
}
A.navigation
{
	color: white;
	text-decoration: none;
}
A.navigation:hover
{
	color: orange;
	text-decoration: none;
}