/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 0.8em;
}

h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 {
	font-size: 1.8em;
	color: #184776;
	font-weight: normal;
	margin-bottom: 10px;
}

h2.parahead{
	font-size: 1.3em;
	color: #184776;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 0;
}

#header h1,h2{
	text-indent: -30000px;
}