
body {
	margin: 0pt;
	background-color: #eee;
	font-family: arial, helvetica, sans-serif;}

h1 {
    padding: 0pt 0;
	font-size: 10pt;
	font-weight: bold;
	color: #002B60;
	text-transform: uppercase;}
	
p {
	padding: 0pt 0;
	font-size: 10pt;}

table {
	margin: 1.0em 0em;
	border-collapse: collapse;}

table .center {
	text-align: center;}

table tr {
	background-color: #ffffff;}

table tr.odd {
	background-color: #f8f8f8;}	

.bold {
	font-weight: bold;}
	
.style2 {font-size: smaller}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 250px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #002B60;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px solid #002B60;
border-bottom: 1px solid #002B60;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #002B60;
margin: 3px 8px;
}
