@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#008080;}
BODY {
	background-image: url(whitebg.gif);
	background-repeat: repeat;
}
A {
	TEXT-DECORATION: none;
	font-size: small;
}
A:hover {
	BACKGROUND-COLOR: #A7D6D5;
}
a:link {
	color:#FF6600;
	text-decoration: underline
}
a:visited {
	color:#006699;
	text-decoration: underline
}
a:hover {
	color:#66CC33;
	cursor: crosshair;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003333;
}
a:active {
	text-decoration: underline;
	color: #FFCC66;
}
h1 {
	font-size: xx-large;
	color: #FF6600;
}
h2 {
	font-size: x-large;
	color: #FF6600;
}
h3 {
	font-size: large;
	color: #FF6600;
}