/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1 {
	color: #356799;
	font-size: 2em;
	margin-bottom: -0.25em;
	text-align: center;
}

h2 {
	color: #811281;
	font-size: 1.7em;
	margin-bottom: -0.25em;
}

h3 {
	color: #397d4b;
	font-size: 1.4em;
	margin-bottom: -0.25em;
}

h4 {
	color: #356799;
	font-size: 1em;
	margin-bottom: -0.25em;
}

h5 {
	font-size: 0.8em;
	font-weight: normal;
	color: #833D1B;
	text-align: center;
}

p {
	font-size: 1em;
	color: #0A0502;
	margin-bottom: -0.4em;
}

ol {
	font-size: 1em;
	margin-bottom: -0.4em;
}

ul {
	font-size: 1em;
	margin-bottom: -0.4em;
}

li {
	margin-bottom: .4em;
}

a:link {
	color: #811281;
}

a:visited {
	color: #356799;
}

strong {
	color:#336999;
}

caption {
	color: #397d4b;
	font-size: 1.4em;
	margin-bottom: 0.3em;
}

