.backx {
	background-repeat : repeat-x;
}
.backy {
	background-repeat : repeat-y;
}
.backxy {
	background-repeat : no-repeat;
}

A:LINK {
	text-decoration : none;
	font-weight : bold;
	color : #84834A;
}
A:VISITED {
	text-decoration : none;
	font-weight : bold;
	color : #84834A;
}
BODY {
	scrollbar-3d-light-color : #DC143C;
	scrollbar-arrow-color : #D8D4A0;
	scrollbar-base-color : #D6D594;
	scrollbar-face-color : #827A4F;
}
.flyOver {
	cursor : pointer;cursor : hand;
}
.flyOut {
	cursor : auto;
}
