/* CSS Document */

body {
	background-color: #336600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation {
	color: #336600;
	text-decoration: none;
	display: block;
	margin-top:0px;
	margin-left:55px;
	width: 170px;
	height:32px;
	text-align:center;
}

.navigation:hover {
	color: #CC0000;
}


.bottext {
	color:#FFFFFF;
	text-decoration:none;
}

.abrevtext {
	color: #0000FF;
	text-decoration:none;
	cursor:help;
}

.bottextlink {
	color:#FFFFFF;
	text-decoration:none;
}

.bottextlink:hover {
	text-decoration:underline;
}

.logintxt {
	font-size:10px;
}

.rightpic {
	float: right;
}

.leftpic {
	float: left;
}

.frontpagetxt {
	margin-left:25px;
	margin-right:25px;
}

#disphint {
	position:absolute;
	width:180px;
	height:100px;
	z-index:1;
	overflow: auto;
}

.disphintxt {
	margin-right:20px;
}
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FF0000;
	width: 40px;
}

