body {
	font-size: 75%;
	font-family: arial, sans-serif;
	color: #231817;
}
body p {
	line-height: 1.7em;
	margin-bottom: 0.5em;
	/*text-align: justify;*/
}
a {
	text-decoration: none;
	color: #231817;
}
	a:hover {
		text-decoration: underline;
	}

a:active {
	outline: 0;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font-weight: normal;
	color: #231817;
	line-height: 1.3em;
}
h1, h2 {
	font-size: 2.333em;
/*	text-transform: uppercase;*/
}

h3 {
	font-size: 1.3333em;
}
h4 {
	font-style: normal;
	font-weight: bold;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #EDEDED;
	margin: 0 20px 20px;
}
hr.clear {
	border: none;
	margin: 0;
	visibility: hidden;
}

ol {
	margin-left: 1.8em;
}

.hidden {
	display: none;
}

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); /*IE6 BG flicker*/
}
body {
	behavior:url(/core/javascript/csshover.htc); /*IE6 whatever:hover*/
}
