/* CSS Document */

.font {
	font-family: Arial;
	font-size: 12px;
	color: #87888A;
	line-height: 18px;
	text-decoration: none;
}

.blind {
	font-family: Arial;
	font-size: 10px;
	color: #87888A;
	color: rgba(0, 0, 0, 0);
	line-height: 16px;
	text-decoration: none;
}

.fontunderline {
	font-family: Arial;
	font-size: 12px;
	color: #B3CA3D;
	line-height: 18px;
	text-decoration: underline;
}

.fontbold {
	font-family: Arial;
	font-size: 12px;
	color: #B3CA3D;
	line-height: 18px;
	font-weight: bold;
}

a:hover {
	color: #B3CA3D;
	text-decoration: underline;
}

#mycustomscroll {
	width: 320px;
	height: 200px;
	overflow: auto;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.hscrollerbase {
	height: 10px;
	background-color: #1A1A1A;
}
.hscrollerbar {
	height: 10px;
	background-color: #333333;
}
.hscrollerbar {
	background-color: #333333;
}
.vscrollerbase {
	width: 10px;
	background-color: #BDBDBD;
}
.vscrollerbar {
	width: 10px;
	background-color: #A3A3A3;
}