body {
	scrollbar-face-color: white;
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: yellow; 
	scrollbar-darkshadow-color: yellow; 
	scrollbar-shadow-color: white; 
	scrollbar-arrow-color: yellow;
	scrollbar-track-color: white  ; 
       }
a:link, a:active, a:visited {color: red;
text-decoration: none;
font-family: Tahoma;}
a:hover {
color: yellow;
text-decoration: underline;
font-family: Tahoma;}

form { display: inline }

body { background-image: url("Background.jpg") }

TABLE, TR, TD { font-family: Tahoma; font-size: 8pt; color: #000000}
.tableproperties { background-color: #FFFFFF; filter: alpha(opacity="60")}
.headertable { background-image: url(Header.png); background-repeat:repeat-x; filter: alpha(opacity="60")}
.headertableimg { filter: alpha(opacity="100");}
.top { background-color: #FFFFFF; font-size: 10pt; filter: alpha(opacity="100")}

.form
{
font-family: Tahoma;
font-size: 10px;
border-width: 1px;
background-color: #FFFFFF;
color: #000000;
border-color: #333366;

div#navcontainer
{
background-color: white;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: black;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: black;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: yellow;
color: black;
}
