.navtdsep1{
	font-size : 11;
	font-weight : normal;
	text-decoration: none;
	background-position: center;
	
}
.navtdsep2{
	font-size : 11;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
	height: 22px;
	background-color: #D9A6CB;
}
.navtdsep3{
	font-size : 9;
	font-weight : bold;
	text-decoration : underline;
	border-bottom : #000000;
	font-style: italic;
}
.navtdsep4{
	font-size : 9;
	font-style: italic;
}
.navtdsep5{
	color: #FF0000;
	font-size : 9;
	font-weight : bold;
	border-bottom : #000000;
	font-style: italic;
}
a.nav:link
{
	color: black;
	text-decoration : underline;
}
a.nav:visited
{
	color: black;
	text-decoration : underline;
}
a.nav:hover
{
	color: red;
	text-decoration : underline;
}