/* CSS Document */
td img {display: block;}
/* generic links */
p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 6px;
}
.caption {
	font-size: 10px;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*inner container and center col css*/
#innerContainer h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	padding:0px;
}
#innerContainer h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	padding:0px;
}
#innerContainer h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
	padding:0px;
}
#innerContainer p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 6px;
}
#innerContainer .subhead {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
	padding:0px;
}
#innerContainer .caption {
	font-size: 10px;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#innerContainer h6 {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}
#innerContainer .callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	color: #004487;
	text-align: center; 
}
#column_center a:link {
	text-decoration: underline;
	color: #004487;
}
#column_center a:hover {
	text-decoration: none;
	background-color: #dfd4be;
	color: #000000;
}
#column_center a:visited {
	text-decoration: underline;
	color: #004487;
}
.box {
	padding:0px;
	margin: 0px;
}

