@charset "UTF-8";
body {
	background: transparent;
	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;
	background-color: transparent;
	border-color: #FFFFFF;
	outline-color: #FFFFFF;
	font-family: "Hoefler Text", Optima, Garamond, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #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;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Hoefler Text", Optima, Garamond, Helvetica, sans-serif;
	color: transparent;
}
.oneColFixCtr #mainContent {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: "Hoefler Text", Optima, Garamond, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #002047;
}
#clear {
	clear:both;
}
tr {
	text-align: left;
	vertical-align: top;
}
.stylefooter {
	font-size: 10px;
	color: #002047;
	text-align: center;
}
a {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #AA0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	padding-bottom: 7px;
	padding-top: 10px;
	font-family: Candara, "Hoefler Text", Optima, Garamond, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Candara, "Hoefler Text", Optima, Garamond, Helvetica, sans-serif;
}
.infotitle {
	padding-bottom: -16px;
}
p {
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: "Hoefler Text", Optima, Garamond, Helvetica, sans-serif;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pinfo {
	text-align: center;
}
.dividerline {
	color: #BB0000;
	padding-bottom: 8px;
}
.sectiontitle {
	padding-top: 10px;
}
table {
}

