a:hover {
	color: #FF7F00;
	text-decoration:none;
	/*text-decoration: underline;*/
}
body
{
background-color: #003366;
margin-top:0;
margin-left:0;
margin-bottom:0;
}
.text0{
color: #FF7F00;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.text1 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.text2 {
color:#FFFFFF;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
}
.text3 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
text-align:center;
}
.text4 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}
.text5 {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.table1 {
	border: #000000 1px solid;	 
}
.table2 {
width:110;
background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.table3 {
width:185;
height:150;
background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.btn1{
background-color:#112d31;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid 1px;
height:20px;
font-weight:bold;
}
.t1
{
font-family:Arial, Helvetica, sans-serif;
border: #FF6600 solid 1px;
background-color: #CCCCCC;
text-shadow:inherit;
font-weight:bold;
color:#000033;
height:18px
}
.t2
{
font-family:Arial, Helvetica, sans-serif;
border: #FF6600 solid 1px;
background-color:#000033;
color:#ffffff;
text-align: center;
text-shadow:inherit;
font-weight:bold;
height:20px
}


#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;
}