/* CSS Document */

body,td,th {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000000;
background-color:#FFCC99;
cursor:default;
}

body {
background-attachment: fixed;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #FFCC99;
scrollbar-face-color: #FFCC99;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #FFCC99;}

h3 {
	font-size:16px;
	font-style:inherit;
	color:#000000;
	background-color:#CC9966;
	text-align:left;
	}
h5 {
	font-size:12px;
	color:#000000;
	background-color:#CC9966;
	text-align:center;
	}

A:link, A:visited, A:active {color:#000000; font-weight:normal; text-decoration:none; cursor: text; }
A:hover {color:#FFFFFF; font-weight:bold; text-decoration:none; cursor:help; background-color:#000000;}