h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.style1 {font-family: Arial, Helvetica, sans-serif ; color: #000000; font-size: 11px; font-weight: bold; }
.style2 {font-family: Arial, Helvetica, sans-serif ; font-size: 12px}
.style3 {font-size: 11px; color: #FAA100; }
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FAA100; font-weight: bold; }
.hbig {font-size: 15px; font-weight: normal; }
.footer {font-family: Arial, Helvetica, sans-serif ; font-size: 10px; color: #FFFFFF; }

a:link {
    text-decoration:none;
	color: #FAA100;
}
a:active {
    text-decoration:none;
	color: #FAA100;
}
a:visited {
    text-decoration:none;
	color: #FAA100;
}
a:hover {
    color: #000000;
    text-decoration: none;
}