@charset "UTF-8";
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: none;
	background-color: #FFFFFF;
	background-image: url(images/background_fade_02.jpg);
}
.oneColFixCtr #container {
	width: 800px;  /* 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: 0 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style5 {
	font-family: Palatino;
	font-size: 9pt;
	color: #094b47;
}
.style7 {font-family: Palatino; font-size: 8pt; color: #094b47; }
.style8 {
	font-family: "New York";
	font-size: 8pt;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #094b47;
}
a:visited {
	text-decoration: none;
	color: #094b47;
}
a:hover {
	text-decoration: none;
	color: #094b47;
}
a:active {
	text-decoration: none;
	color: #094b47;
}
a img { border:none; }.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #094b47;
}
.largerbodytype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.palatino11 {
	font-family: "Palatino Linotype";
	font-size: 11px;
	color: #000000;
}
.palatino12 {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #000000;
}
.italics {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.palatino14 {
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

