@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #F0F0F0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	font-weight:normal;
	color: #000033;
}
h2 {
	font-size: 20px;
	color: #FF6600;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: none;
}
.orange1 {
	font-size: 24px;
	color: #FF6600;
}
.orange2 {
	color: #FF6600;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-size: 24px;
}
.footer {color: #336699}
.style2 {color: #000000; font-size: 24px; }

-->