/************************************************************************
* 1 *tnav_on * Horizontal Nav
************************************************************************/
.tnav  {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size:8pt;
}
.tnav A  {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica;
	font-size:8pt;
}

.tnav A:hover  {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

.tnav A:active {
	text-decoration: none;
}

.tnav A:visited  {
	color: #432e83;
	text-decoration: none;
}


#on {
	color: #ffffff;
	background-color: #74A8CF;
	font-weight: bold;
	
}

tnav A:visited:hover  {
	color: #333399;
	text-decoration: none;
}

#on A {
	color: #ffffff;
	text-decoration: none;
	
}


