/* This is the style sheet for the tNav Custom Tag */

TABLE.tNav, TR.tNav {
	border-top:black solid 1px;
	background-color:#505558;	
}

A.tNav:LINK, A.tNav:VISITED {
	font-family: "Aria";
	background-color:#505558;
	color: white;
	font-size:7.0px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing : 0pt;
}

A.tNav:HOVER {
	font-family: "Aria";
	background-color:#505558;
	color: #C0C7E1;
	font-size:7.0px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing : 0pt;
}
