/* CSS Document */
body,td,th {
	font-family: Courier, "Courier New", mono;
	font-size: 13px;
	color: #000000;
}
body {
	background-image: url(images_nav/bg.gif);
	background-repeat: repeat-y;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
}
.smaller {
	font-size: 11px;
}
