* {
margin: 0;
padding: 0;
}

.normaltext{
	color: #5a471c;
	Font-Family: Verdana;
	font-size: 9pt;
	font-style: normal;
}
.copytext{
	color: #5a471c;
	Font-Family: Verdana;
	font-size: 7pt;
	font-style: normal;
}
.biotext{
	color: #5a471c;
	Font-Family: Verdana;
	font-size: 8pt;
	font-style: normal;
}
.custombutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
	}
			 
* html .custombutton {
	cursor:hand;
	} /* alternate cursor style for ie */
	
/* Scroll box*/

ul {
margin-top: 0px;
margin-bottom: 0px;
list-style-image: url(your custom bullet);
color: #978981;
font-size: 80%;
font-weight: normal;
margin-left: 5px;
padding-left: 5px;
line-height: 1.3em;
}

.scrollArea {
width: 600px;
height: 360px;
padding-left: 5px;
padding-right: 5px;
float: left;
overflow: auto;
}

