td {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.blackbg {
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.smalltxt {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
.bigtext {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}

.redtext {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
}

.redtextB {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
	font-weight: bold;
	
}
.hiliteyello {
	background-color: #FFFF00;
	font-weight: bold;
}
.hilitered {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

/* nav */

#nav_container {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 200px;
	/*font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 140%; */
	color: #000000;
	text-decoration: none;
	}
