/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	background-color: #ffc;
}

.style3 {font-size: 12px
}

.style5 {font-size: 11px;
color: black;
}

.style6 {font-size: 12px;
color: black;
font-weight:bold;
}

.style7 {
	font-size: 18px;
	font-weight: bold;
}

#ScrollDiv {
width:490px;
height:350px;
overflow: auto; 
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-Color:black;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration:font-weight: normal;
color:#333333
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #A7BA79;
}
a:link {
	color:#333333;
	text-decoration: underline;

}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #A7BA79;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
