body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.divVisible {
	position:absolute;
	top:12px;
	width:380px;
	height:227px;
	z-index:1;
	font-size: 10px;
	font-weight: normal;
  overflow: auto;
}
.divHidden {
	position:absolute;
	top:330px;
	width:450px;
	height:300px;
	z-index:1;
	font-size: 10px;
	font-weight: normal;
	visibility: hidden;
  overflow: auto;
}
td {
	font-size: 10px;
	font-weight: normal;
}
a {
	color: #000000;
}
a:hover {
	color: #CC3300;
}

hr {
	width: 95%;
	border-top: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #CC3300;
	border-left: 1px dashed #FFFFFF;
}
