body {
	text-align: left;
	padding: 0;
	margin: 0 0 20px;
	font: 0.85em/1.4em Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	background-color: #e1dfa5;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #071F4D;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

blockquote, .standout {
	margin: 0;
	font: italic 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}

h1 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2.2em;
	color: #071F4D;
}

h2 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2em;
	color: #071F4D;
}

h3 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.8em;
	color: #071F4D;
}

h4 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.6em;
	color: #071F4D;
}

table {
	font-size: 1em;
}

table.fullwidth {
	width: 100%;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
