html {
	background: #E0E0E0;
}

body {
	background: #EBEBEB;
	width: 875px;
	margin: auto;
	padding: 0;
}

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

a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-size: 10pt;
	line-height: 1.5em;
}

span {
	font-size: 10pt;
	line-height: 1.5em;
}

ul {
	font-size: 10pt;
	line-height: 1.5em;
	padding-left: 18px;
}

ol {
	font-size: 10pt;
	line-height: 1.5em;
	padding-left: 28px;
}

h2 {
	font-size: 10pt;
	color: #086284;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 10pt;
	color: #000;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 9pt;
	color: #000;
	margin: 5px 0 0 0;
}

img {
	border: 0;
}

form {
	margin: 0;
}


