@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#006666;}
BODY {
	background-color: #FFFFFF;
}
A {
	TEXT-DECORATION: none
}
A:hover {
	BACKGROUND-COLOR: #42524A;
	text-decoration: none;
	color: #336600;
}
body,td,th {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #006666;
}
h1 {
	font-size: x-large;
	color: #003333;
}
h2 {
	font-size: large;
	color: #003333;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
.style1 {
	font-weight: bold;
	font-style: italic;
	color: #003300;
}
.style2 {color: #003300}