body
{
	background: #C6EFF7;
	color: black;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 0.25em;
	margin-left: 1em;
	margin-bottom: 0.25em;
	margin-right: 1em;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

pre
{
	font-family: monospace;
}

hr
{
	color: navy;
	background-color: inherit;
}

h1, h2, h3
{
	color: navy;
	background-color: inherit;
	font-weight: bold;
}

h1
{
	text-align: right;
	font-size: 200%;
}

h2
{
	text-align: left;
	font-size: 140%;
}

h3
{
	text-align: left;
	font-size: 120%;
}

p
{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0.25em;
	margin-left: 1em;
	margin-bottom: 0.75em;
	margin-right: 1em;
}

p.center
{
	text-align: center;
}

p.right
{
	text-align: right;
}

ul
{
	text-align: left;
	margin-left: 1em;
	list-style-type: square;
}

li
{
	font-size: 1em;
	text-align: left;
	margin-top: 0.25em;
	margin-left: 2em;
	margin-bottom: 0.75em;
	margin-right: 1em;
}

img
{
	border: 0;
	margin: 1em;
}

a:link
{
	color: navy;
	background-color: inherit;
	text-decoration: none
}

a:visited
{
	color: navy;
	background-color: inherit;
	text-decoration: none
}

a:hover
{
	color: blue;
	background-color: inherit;
	text-decoration: none
}

a:active
{
	color: blue;
	background-color: inherit;
	text-decoration: none;
}

hr
{
	height: 2px;
	width: 100%;
}