@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color: none

}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/blue_background_01.jpg);
	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 */
}
.style1 {
	font-family: Arial;
	font-size: 9pt;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 14pt;
}
.style8 {
	font-family: "New York";
	font-weight: bold;
	font-size: 9pt;
	line-height: 15pt;
	color: #FFFFFF;
}
.style9 {color: #0c79b8}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #2E8FD5;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style10 {
	font-family: Arial;
	font-size: 9.5pt;
}
.style12 {
	font-family: Arial;
	font-size: 10.25pt;
}
.style13 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #0c79b8;
}
a img {
  border: none;
}
html {overflow-y: scroll;}
