/********/
Table.TableNavigation {
font: normal 11px tahoma;
	 COLOR:#000000;
	 BORDER-COLLAPSE: collapse;
	 }
/********/
Td.TdNavigation {
     border: 1px solid silver;
font: normal 11px tahoma;
	 COLOR:#000000;
	 BORDER-COLLAPSE: collapse;
     Background-color:#F7F7F7;
}
/*********/
A.HrefNavigationList {
	 font : normal 11px tahoma;
	 color:#000000;
	 text-decoration: none;
}
A.HrefNavigationList:link {
	 color:#000000;
}
A.HrefNavigationList:hover {
	 color:red;
}
A.HrefNavigationList:active {
	 color:red;
}
A.HrefNavigationList:focus {
	 color:red;
}
/*********/
Span.UnderLine {
	 font : bolder 14px arial;
	 color :#873305;
}
