.link { 
	cursor: pointer;
}
body,td { 
	/*
	scrollbar-face-color: #A5683C;
	scrollbar-highlight-color: #A5683C;
	scrollbar-shadow-color: #E3AC85; 
	scrollbar-3dlight-color: #E3AC85;
	scrollbar-arrow-color:  #E3AC85;
	scrollbar-track-color: #C08357;
	scrollbar-darkshadow-color: #E3AC85;
	*/
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}
A:link {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
.content {
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 11px;
	padding: 5px;
	font-weight: normal;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 10px;
}
.row1 {
	background-color: #c78d62;
}