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

.bodytext {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-color: #ffffff;
}

h1, h2, h3 {
	margin-top: 20px;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-size: 330%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

italics {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #0F2636;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 90%;

}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 140%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

