@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#FFFFFF;}
BODY {
	background-image: url(whitebg.gif);
	background-repeat: repeat;
}
A {
	TEXT-DECORATION: none;
	font-size: small;
	color: #663366;
}
A:hover {
	BACKGROUND-COLOR: #42524A;
	text-decoration: none;
	color: #669900;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
	color: #003333;
}
h5 {
	font-size: medium;
	color: #003333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
}
