﻿body
{
	background: #C6B5DE;
	color: black;
	font-family: Verdana, Tahoma, Arial, Sans Serif;
	font-size: 9pt;
	font-weight: normal;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

pre
{
	font-family: monospace;
}

h1, h2, h3
{
	color: navy;
	font-weight: bold;
}

h1
{
	text-align: center;
	font-size: 200%;
}

h2
{
	text-align: center;
	font-size: 160%;
}

h3
{
	text-align: left;
	font-size: 140%;
}

p
{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	margin: 1em;
}

p.center
{
	text-align: center;
}

p.right
{
	text-align: right;
}

ul
{
	text-align: left;
	margin-left: 1em;
}

li
{
	text-align: left;
}

img
{
	border: 0;
	margin: 1em;
}

img.left
{
	position: relative;
	left: 0;
	float: left;
	clear: left;
}

img.right
{
	position: relative;
	right: 0;
	float: right;
	clear: right;
}

a:link
{
	color: blue;
}

a:visited
{
	color: navy;
}

a:hover
{
	color: white;
}

a:active
{
	color: blue;
	text-decoration: none;
}

td.picturethumbnail
{
	text-align: right;
	vertical-align: top;
}

td.picturedescription
{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	margin: 1em;
	vertical-align: top;
}
