/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #330000;
	font-size: 9pt;
	font-family: Arial;
	background-color: #FFCC66;
	background-image: url(graphics/background.gif);
scrollbar-face-color:#FFFFCC;
scrollbar-arrow-color:#990000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#993300;
scrollbar-3dlight-color:#FFFFCC;
scrollbar-base-color:#330000;
scrollbar-darkshadow-color:#FFFFCC;
scrollbar-highlight-color:#990000;
}

div {
    color: #330000;
	font-size: 9pt;
	font-family: Arial;
}

p {
    color: #330000;
	font-size: 9pt;
	font-family: Arial;
}

td {
    color: #330000;
	font-size: 9pt;
	font-family: Arial;
}

A:link  {text-decoration: none; color:#003399;}
A:visited {text-decoration: none; color:#993366}
A:hover {
	text-decoration: underline;
	color:#FF6600;
}

