body{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;

	scrollbar-face-color: #3A78AC;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: #5c5c5c;
	scrollbar-darkshadow-color: black;
	scrollbar-arrow-color: #F6E094;
	scrollbar-track-color: ;
	scrollbar-base-color: #ffffff;
}

div       { font-size:16px; font-weight:bold; }

hr.yellow { color: #F1DDB1; background-color: #F1DDB1; }
hr.black  { color: #000000; background-color: #000000; }
hr.blue   { color: #3A78AC; background-color: #3A78AC; }


table.mainnav   { border: 1px solid #000000; }
td.main         { border: 1px solid #000000; }
table.navtable3 { border: 1px solid #6899C2; }
td.navrows      { border: 1px solid #6899C2; }
table.sidebar_table2 { background-color: #6899C2; }


INPUT{
	color: #000000;
	background-color: #ffffff;
}

a:link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a.two:link    {color : #0000ff}
a.two:visited {color : #0000ff}
a.two:hover   {color : #3A78AC}
a.two:active  {color : #ff0000}


a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #F1DDB1;
	font-weight : bold;
	text-decoration : none;

}

a:active{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #E8BE64;
	font-weight : bold;
	text-decoration : None;

}

#dropmenudiv{
position:absolute;
background-color: #FCF9F4;
border: 1px solid black;
border-bottom-width: 2;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color:black;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D5DBE1;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}


