/* ---------- Hide ---------- */

div.headerinfo,
div.headermain hr,
div.hometop,
div.main hr,
div.navpri,
div.homeleftcol,
div.headermain ul,
div.headerinfo,
div.footermiddle,
div.footerright,
div.pagebuttons,
div.leftcol {
	display:none;
}



/* ---------- Structure ---------- */

hr {
	border:0;
	border-top: 1px solid #CCC;
	height: 0;
	background: #CCC;
}

a:link, a:visited, a:hover, a:active {
	color:#446297;
	text-decoration:underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000 !important;
	font-family:Baskerville,Palatino,Georgia,"Times New Roman",Times,sans-serif;
}

h1, h2, h3 {
	font-weight:normal;
}

h1.logo a {
	color:#446297 !important;
	text-decoration:none !important;
	text-transform: uppercase !important;
}

p {
	magin:1em 0;
}



