@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #1D247F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1D247F;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #1D247F;
}
.style1 {font-size: 20px}
.style2 {
	font-size: 18px
}
h1 {
	color: #007926;
}
h2 {
	color: #1C2F95;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 25px; }
.style6 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
body {
	background-image: url(images/Page-BgGradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.style7 {color: #FFFFFF}
-->