BODY
{
    FONT-WEIGHT: normal;
	font-family: Arial, sans-serif;
    font-size: 13px;
    MARGIN: 0px;
	SCROLLBAR-FACE-COLOR: #BEAA78;
    SCROLLBAR-SHADOW-COLOR: #562A06;
    SCROLLBAR-3DLIGHT-COLOR: #BEAA78;
    SCROLLBAR-ARROW-COLOR: #562A06;
    SCROLLBAR-TRACK-COLOR: #BEAA78;
    scrollbar-dark-shadow-color: 562A06
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:black;
	text-indent: 0px;
}

li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:black;
	text-indent: 0px;
}

td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:black;
	text-indent: 0px;
}


div.scrollhalf {	
	height: 400px;	
	width: 440px;	
	overflow: auto;
	background-color: BEAA78;	
	border-color: #ffffff;
	border-width: 2px;
	margin: 5px 5px 5px 5px;
	margin-left: 20px;
	}
	
div.scrollhalf2 {	
	height: 400px;	
	width: 255px;	
	overflow: auto;
	background-color: BEAA78;	
	border-color: #ffffff;
	border-width: 2px;
	margin: 5px 5px 5px 5px;
	margin-left: 20px;
	}
	
div.scrollhalf3 {	
	height: 400px;	
	width: 725px;	
	overflow: auto;
	background-color: BEAA78;	
	border-color: #ffffff;
	border-width: 2px;
	margin: 5px 5px 5px 5px;
	margin-left: 20px;
	}
	
a:link {
	color:000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none ;
	font-weight: bold;
	}
	
a:visited {
	color:000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.borderblack {
	border-color: #ffffff;
	border-width: 2px;
	margin: 5px 5px 5px 5px;
	}
	
