﻿/* -- HTML -------------------------------- */
body {
	margin: 0;
	font: normal 10pt arial, sans-serif;
}
h1 {
	font: normal 18pt Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
}
h2 {
	font: normal 16pt Georgia, 'Times New Roman', Times, serif;
}
h3 {
	font: bold 14pt Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
}
h4 {
	font: normal 12pt Georgia, 'Times New Roman', Times, serif;
}
h5 {
	font: bold 11pt Georgia, 'Times New Roman', Times, serif;
}
img { border: 0; }

/* -- LAYOUT ----------------------------- */
#highlightBox, #leftCol, #navcontainer, #utilNav { display: none; }
#footer {
	border-top: 1px solid #000;
	margin-top: 20px;
	font-size: 8pt;
}
#footer p {
	font: normal 8pt arial, sans-serif;
}
#header {
	height: 90px;
}






