* {
	background: transparent;
	font-size: 12pt;
	color: #000;
	text-align :left;
	font-family: "Times New Roman", Times, serif;
}

/* !Navigation */
#navMainBtm, #navFooter, .navSub { display: none; }

/* !Typography */
h1, h2, h3, h4, h5 {
	display: block;
	margin: .25em 0;
	}
h1 { font-size: 18pt; }
h2, h3 { font-size: 16pt; }
h4, h5 { font-size: 14pt; }
p, span { font: 12pt/1.25em normal; }
p { margin-bottom: 1em; }

h1.pageTitle {
	margin-top: .5em;
	}

.pageIndex {
	display: none;
	}

/* !Branding */
#branding h1.offScreen {
	text-align: left;
	}
#brandingTop #tagline {
	font-size: 12pt !important;
	white-space: nowrap;
	text-align: left;
	margin: .5em 0;
	}
