body {background-color: white}

body, body td, body p {
    font-family: arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: black;
}

a:link {color: #0000CC}
a:visited {color: #551A8B}
a:hover {color: #FF8040}
a:active {color: #FF0000}

td a:link {color: #0000CC}
td a:visited {color: #551A8B}
td a:hover {color: #FF8040}
td a:active {color: #FF0000}

.formbutton{
cursor:pointer;
}

body, textarea, select {
	scrollbar-face-color : #EEE;
	scrollbar-shadow-color : white;
	scrollbar-arrow-color : #F60;
	scrollbar-base-color : #F60;
	scrollbar-darkshadow-color : #F60;
	scrollbar-highlight-color : white;
	scrollbar-track-color : #DDD;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: EFEFEF;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid black;
font: normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px solid black;
border-bottom: 1px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: #0000CC;
margin: 3px 8px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 9px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: EFEFEF;
}
