@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #7C827E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(web/bkg-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.background-table {
	background-image: url(web/bkg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {	color: #333333;}
a:visited {	color: #666666;}
a:hover {	color: #FF6600;}
a:active {	color: #990000;}

a.nav:link {	color: #ffffff;	font-weight: bold; text-decoration:none}
a.nav:visited {	color: #ffffff;	font-weight: bold; text-decoration:none}
a.nav:hover {	color: #FF6600;	font-weight: bold; text-decoration:underline}
a.nav:active {	color: #990000;	font-weight: bold; text-decoration:underline}

.style1 {	color: #FFCC00;	font-weight: bold;}
.style3 {	color: #990000;	font-size: 13pt;	font-weight: bold;}
.style4 {color: #FF9900}

h1 {	font-size: 14pt;	color: #990000;}