a {
	color: #0000FF;
	font-size: 8pt;
	font-weight: bold; text-decoration:none; font-family:Tahoma


}

a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold; font-family:Tahoma


}
.style1 a {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
	font-size: 8pt;font-family:Tahoma

}

.style1 a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 8pt;font-family:Tahoma


}

.flexcroll {
/* Typical fixed height and fixed width example */
width: 265px;
height: 440px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 15px;
}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
.flexcrollactive .emptyspace {
	height: 260px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}