body {
	background-image: url(../images/orange_pole.gif);
	background-repeat: repeat-x;
	background-position: 200px top;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

body, div, p, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
	font-family: Geneva, Arial, Helvetica, san-serif;
}

a.topNav:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #330066;
	text-decoration: none;
}
a.topNav:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330066;
	text-decoration: none;
}
a.topNav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}
a.topNav:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330066;
	text-decoration: none;
}

a.invisible:link {
	color: #000033;
	text-decoration: none;
}
a.invisible:visited {
	color: #000033;
	text-decoration: none;
}
a.invisible:hover {
	color: #000033;
	text-decoration: none;
}
a.invisible:active {
	color: #000033;
	text-decoration: none;
}

em.invisible {
	color: #000033;
	}
	
#MainContent {
	maring-bottom: 1.25em;
}

#MainContent H4 {
	color: #C36400;
	margin-bottom: .5em;
}
	
.white {
	color: #fff;
}

.first 	{
	margin-top:	0;
	padding-top: 0;
	}
	
