body,td,p{
	font-family: Arial;
	font-size: 14px;
}
.heading{
	font-family: Arial;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}
.yellow {
	background-color: #FFFF00;
}
A.white {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.white:hover {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.red {
	font-family: Arial;
	color: #FF0000;;
	text-decoration: underline;
	font-weight: bold;
}
a.red:hover {
	font-family: Arial;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.black {
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}
a.black:hover {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}
#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; */
}