/*******************************************************
		PROJECT: ET Simonds

		CSS DESCRIPTION:
		This CSS file comprises basic layout elements
		applicable to printed pages.

*******************************************************/

div.legacyMsg, div.noScriptMsg, div#mainNav, p#footerNav, #flashHome, #footer, div.hide {display: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	height: auto;
	width:auto;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

h3 {
	font-size: .9em;
	font-weight: bold;
}

h4 {
	font-size: .8em;
	font-weight: bold;
}



p {
	font-size: .8em;
}

div#footer {
	font-size: .7em;
}

h1 a {
	text-decoration: none;
	color: #000000;
}



