/* CSS Document */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#526061;
color:#FFFFFF;
padding: 3px;
border:1px solid #FF0000;
font:normal 11px Arial;
line-height:12px;
z-index:100;
border-right: 3px solid #333;
border-bottom: 3px solid #333;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #032149;
margin: 0px 0px;
}

.hintanchor1{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
}

