body {
	font: Times New Roman, Times, serif;
	font-size: 14px;
	background: #999966;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: underline;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style2 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}
.style3 {font-family: "Trebuchet MS", sans-serif; font-size: 14px; color: #000000;}
.style4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #0066CC;
	font-style: normal;
	font-weight: bold;
}
.style5 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}
.style6 {
	font-family: "Trebuchet MS", sans-serif;
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
}
.style7 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}

.style8 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}
