a { color: #000; }

body, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
    font-size:90%;
}
.style2 {
}
.style3 {
	font-size: 10px;
}
.bottomnavcell {
	font-size: 11px;
	padding: 2px;
}
.style5 {
	font-weight: bold;
}
.style7 {
}
.style8 {
	color: #FF0000;
	font-weight: bold;
}
.style9 {
	color: #FF0000;
}
.style11 {
	font-style: italic;
}
.style12 {
	color: #008000;
}
.footercell {
	border-top: 1px dashed #000000;
	border-bottom: 1px solid #000000;
	font-size: 80%;
	padding: 2px;
}
#hintbox {
/*CSS for pop up hint box */
	position: absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px;
/*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor {
/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
	font-size: 12px;
}
.hintanchor2 {
/*CSS for link that shows hint onmouseover*/
	color: navy;
	margin: 3px 8px;
	font-size: 12px;
}
#content input,textarea,select {
	height: auto;
	width: auto;
	border: 1px solid;
	background-color: rgb(239,177,72);
	color: #000000;
	border-color: rgb(244,121,33);
	cursor: hand;
}
