@CHARSET "ISO-8859-1";
.nav table{
	padding-bottom:10px;
}
.nav td{
	font-weight: bold;
	text-align: center;
	width: 38px;
	padding: 3px;
}
.nav td a{
	color: white;
	text-decoration: none;
}
.nav td a:HOVER{
	color: blue;
	text-decoration: none;
}

.navhl{
	text-align: left;
}
.navhr{
	text-align: right;
}
.nav th a{
	color: white;
	text-decoration: none;
}
.nav th a:HOVER{
	color: blue;
	text-decoration: none;
}

