a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	display: block;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/but0.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 128px;
	font-weight: bold;

}
a.button:hover {
	color: #FF0000;
	background-image: url(../img/but1.jpg);
}
a:hover {color: #FF0000;}
.gen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.scrollzone {
	overflow: auto;
	position: relative;
	height: 300px;
	width: 98%;
	background-color: #FFFFCC;
	padding: 2px;
	border-top: 1px solid #0066CC;
	border-right: 1px none #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px none #0066CC;
}

