@charset "UTF-8";
/* CSS Document */
body {
	background: #fff;
}
a {
	text-decoration: none;
	color: #000;
}
img.logo, img.banner {
	display: none;
}
a.skip, ul.parentNav, ul.primaryNav, #headerContent form, #sideBar {
	display: none;
}
/****************/
/*  Typography  */
/****************/
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 13pt;
}
p, ul, ol, dd {
	font-size: 12pt;
}
dt {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
}
#footerWrap p {
	font-size: 10pt;
}
.callout {
	float: none;
	width: 100%;
	border: none;
}
