body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0;
	padding:0;
}
#content {
	padding:10px 0 0 10px;
	background:url(../images/contentBack.gif) no-repeat top left;
}
#content .kicker {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000;
}
#content .header {
	font-size:16px;
	font-weight:normal;
	color:#c1253a;
}
#content .subhead {
	font-size:13px;
	font-weight:normal;
	color:#203c73;
}
#content .subhead2 {
	color:#c1253a; 
	font-size:16px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	line-height:130%;
}
#content p {
	margin:10px 0;
	padding:0;
}
.callout {
	color:#fff; 
	font-size:14px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	line-height:130%;
	background:#272e60;
	padding:10px;
}
.numbers {
	float:left;
	font-size:36px;
	font-weight:bold;
	line-height:25px;
	padding-top:3px;
	padding-right: 4px;
	color:#c1253a;
}
table.footer {
	font-size:10px;
	background:#e2e5ed;
}
.footerHead {
	background:#272e60;
}
table.footer p {
	margin:7px 0;
	padding:0;
}
table.footer .header {
	font-size:12px;
	font-weight:bold;
	color:#c1253a;
	text-decoration:underline;
}
#disclaimer {
	padding:10px 5px;
	font-size:10px;
}
#disclaimer img {
	float:right;
	width:121px;
	height:35px;
	margin-left:10px;
}
a:link {
	color: #203c73;
	text-decoration: none;
}
a:visited {
	color: #203c73;
	text-decoration: none;
}
a:hover {
	color: #203c73;
	text-decoration: underline;
}
a:active {
	color: #203c73;
	text-decoration: none;
}
sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; 
}
.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}
.nobr {
	white-space:nowrap;
}
.footnote {
	font-size: 10px;
}
div.hr {
	background:#000;
	color:#000;
	height:1px;
	border:none;
	margin:10px 0px;
}
div.hr hr {
	display: none;
}

.bottomNav {
	clear:both;
	width:360px;
	text-align:center;
	margin:0 auto;
}
.bottomNav div {
	width:120px;
	margin:10px 0 0 0;
}

/* Image Callout */
.out {
	display:block; 
	background:#203c73; 
	position:relative;
	margin-bottom:10px;
}  
.in {
	background:#fff; 
	position:relative; 
	padding:0px;
	font-weight:normal;
	right:-8px; 
	bottom:-5px; 
}

