
body {
	background-color: #DEE2EC;
	}

table {
	background-color: #C3C8DB;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	text-align: center
	}

td.banner {
	font-family: Lucida Calligraphy;
	font-size: 36pt;
	color: navy;
	}

td.footer {
	font-size: 8pt;
	}

td.text {
	background-color: #ffffff;
	text-align: justify;
	}


/* standard headings */

h1	{
	font-size: 18pt;
	font-weight: bold;
	color: navy;
	}


h2	{
	font-size: 14pt;
	color: navy;
	}

h3	{
	font-size: 12pt;
	font-weight: normal;
	color: navy;
	}


/* in line photos */

img.photoright {
	border: 1px solid black;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
	}

img.photoleft {
	border: 1px solid black;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 25px;
	}

img.photokite {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
	}


/* text links */

div.links {
	}

a:link	{
	color: navy;
	text-decoration: underline;
	}

a:visited {
	color: navy;
	text-decoration: underline;
	}

a:active {
	color: blue;
	text-decoration: underline;
	}

a:hover {
	color: blue;
	text-decoration: underline;
	}

span.nolink {
	color: dimgray;
	}