@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#08425A;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#003333;
}
a {
	font-size: medium;
	text-decoration: underline;
	a:link color: #006633;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF9966;
}
a:active {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Papyrus, Monotype Corsiva, Tahoma;
}
h1 {
	font-size: x-large;
	color: #FF6600;
}
h2 {
	font-size: x-large;
	color:#003366;
}

.style1 {font-size: medium}
.style2 {
	font-size: 12;
	font-weight: bold;
	color:#003333;
	
}
.style3 {color: #006666}
.style4 {
	font-size: medium;
	color:#FF6600;
	font-style: italic;
	font-weight: bold;
}
.style5 {color: #333333}

.style12 {font-size: medium; font-weight: bold; }
.style17 {font-size: medium; font-weight: bold; color:#FF6600; }
.style18 {color: #003333; font-weight: bold;}
.style19 {font-size: x-large};
.style20 {color:#006666; font-weight: bold;}
.style21 {color: #003333;}
.style22 {color:#003333; font-size: 12;}
.style23 {
	color: #333333;
	font-weight: bold;
}
