/* CSS Document */
.tblnav {
	display: table;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	width: 158px;
}

.tdnav {
	background:#D8ECFF;
	border-bottom: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
}

.tdsubnav {
	border-bottom: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	text-indent: 20px;
}
.tdbottom {
	border-bottom: 1px solid #000066;
	padding: 5px;
}
.tdtop {
	border-bottom: 1px solid #000066;
	padding: 5px;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	background: #FFFFCC;
}