body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background:#99CC00
}
.textInput {
	width: 200px;
}
.smallTextInput {
	width: 50px;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
Div#leftlinks a:link, Div#leftlinks a:visited {
	color: #666666;
	text-decoration: none;
	width: 100%;
	border: thin none #666666;
	text-align: left;
	vertical-align: middle;
	display: block;
	float: none;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 4px;
}
Div#leftlinks a:hover {
	color: #FFFFFF;
	background-color: #000066;
	border: thin none #000000;
}
