body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(Images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/* CONTAINER PROPERTIES */
#containerBlackBar {
	width: 916px;
	height: 10px;
	background: #000000;
    margin: 0 auto 0 auto;
}

#container {
	width: 896px;
	background: #FFFFFF;
    margin: 0 auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px 10px 5px 10px;
}
#containerflash {
	width: 896px;
	background: #FFFFFF;
    margin: 0 auto 0 auto;
	padding: 5px 10px 5px 10px;
}

.class2 a {font-family: Georgia, Times New Roman, Times, serif; font-size: 32px; color: #000000; font-weight:bold;}
.class2 a:link {text-decoration: none; font-weight:bold;}
.class2 a:visited {text-decoration: none;color: #000000; font-weight:bold;}
.class2 a:hover {text-decoration: none; color: #aec937; font-weight:bold;}
.class2 a:active {text-decoration: none; color: #000000; font-weight:bold;}

.class1 a {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #000000;}
.class1 a:link {text-decoration: none; font-weight:bold;}
.class1 a:visited {text-decoration: none;color: #000000; font-weight:bold;}
.class1 a:hover {text-decoration: none; color: #aec937; font-weight:bold;}
.class1 a:active {text-decoration: none; color: #000000; font-weight:bold;}

.class3 a {font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #CCCCCC;}
.class3 a:link {text-decoration: none;}
.class3 a:visited {text-decoration: none;color: #CCCCCC;}
.class3 a:hover {text-decoration: none; color: #aec937;}
.class3 a:active {text-decoration: none; color: #CCCCCC;}

.style1 {font-family: Georgia, Times New Roman, Times, serif; font-size: 32px; color: #000000; font-weight:bold; }
a.style1:link {font-family: Georgia, Times New Roman, Times, serif; font-size: 32px; color: #3E7F9D; font-weight:bold;}
a.style1:hover {font-family: Georgia, Times New Roman, Times, serif; font-size: 32px; color: #aec937; font-weight:bold;}
.style2 {font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; color: #aec937; font-weight: bold;}
style3 {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #aec937;}
a.style3:link {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #3E7F9D;}
a.style3:hover {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #aec937;}
.style4 {font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #CCCCCC;}