
strong
{ color:#00367c;}

#inset
{

  padding:10px;
  width: auto;
  border:#00367c 1px solid;
  margin:0;
  background:#d6dae6;
  color: #00367c;
  }

hr {
	width: 100%;
	color: #fdf4e3;
	background-color: #fdf4e3
}

.popup {
COLOR: #9F141A;
CURSOR: help;
TEXT-DECORATION: none
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #fdf4e3;
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;
}