.Navigator_Table
{
	background-color: #0033cc;
	font-size: 8pt;
	font-family: Verdana;
	font-style: normal;
	line-height: 10pt;
}
.Navigator_Header_Cell
{	
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	color: #cccccc;
	background-color: #0033cc;
	text-align: center;
	/*border: 1px;
	border-style: solid;*/
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.Navigator_Category_Cell
{
	background-color: #0033cc;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana;	
	padding-top: 10px;
	padding-bottom: 8px;
	color: #cccccc;
}
.Navigator_Item_Cell
{
	background-color: #cccccc;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana;
}

A.Navigator_Item_Link
{
	color: #0033cc;
	font-family: Verdana;
	font-size:9pt;
	font-style:normal;
	text-decoration: none;
}
A.Navigator_Item_Link:Hover
{
	color: #0033cc;
	font-family:Verdana;
	font-size:9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: None;
}
