/* CSS Document */

td.tdnav h3 {
	font-size: 100%;
	font-weight:normal;
}
.onpage {
	color: #0059a6;
	border-right: 1px #0059a6 inset;
	border-bottom: 1px #0059a6 inset;
	font-variant: small-caps;
	font-size: 115%;
	font-style: italic;
	padding: 4px 2px 4px 10px;
	background-color: #cee6ff;
}
.tdnav a:link, .tdnav a:visited {
	text-decoration: none;
	color: blue;
}
.tdnav a:hover, .tdnav a:active {
	text-decoration: underline;
	color: green;
}