@charset "utf-8";

@import url("reset.css");


/* -- GENERAL -- */
body {
	background-image:none;
	background-color:#FFFFFF;
	
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
}
.bodyCopy ul {
	list-style:inherit;
}

p, .fakeParagraph, .bodyList {
	color:#000000;
}
p.leadCopy {
	font-size:1.5em;
}
p.larger {
	font-size:1.1em;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1 {
	font-size:1.5em;
	font-weight:normal;
	line-height:1.1em;
	margin-top:30px;
	margin-bottom:20px;
}
h1.larger {
	font-size:1.6em;
}
h2 {
	font-size:1.4em;
	line-height:1.2em;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:0.5em;
}
h2.larger {
	font-size:1.45em;
}
h2.smaller {
	font-size:0.3em;
	font-weight:bold;
}
h3 {
	font-size:1.3em;
	line-height:1.1em;
	margin-top:2em;
	margin-bottom:0.5em;
}
h4 {
	font-size:0.9em;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:0.5em;
}

.accessibilityLinks {
	display:none;
}


.navColumn {
	display:none;
}

.sectionBox {
	margin-top:20px;
	margin-bottom:20px;
}

.noPrint {
	display:none;
}
.printOnly {
	display:inherit;
}