body {
SCROLLBAR-ARROW-COLOR: tan;
SCROLLBAR-BASE-COLOR: #FFFFFF;
SCROLLBAR-FACE-COLOR: #FFFFFF;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: tan;
SCROLLBAR-3DLIGHT-COLOR: tan;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
SCROLLBAR-DARKSHADOW-COLOR: tan;
}

body {
	cursor: default;
	background-color: #FFFFFF;
}

div, body,td	{
	font-family: Garamond;
	font-size: 12px;
	color: tan;
	font-weight: normal;
	text-align: justify;
}

A {
	text-decoration: none;
	font-size: 12px;
	cursor: default;
	font-weight: normal;
		color: tan;

}
 
A:link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
		color: tan;

}

A:visited {
 	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
		color: #000000;


}
A:hover {
	text-decoration: underline;
	cursor: help;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
