a:link			{ color: #FF8000; text-decoration: none }
a:visited		{ color: #FF8000; text-decoration: none}
a:active		{ color: #FF8000; text-decoration: none}
a:hover			{ color: #886600; text-decoration: none}

a:link.cal		{ color: #800000; text-decoration: none }
a:visited.cal	{ color: #800000; text-decoration: none }
a:active.cal	{ color: #800000; text-decoration: none }
a:hover.cal		{ color: #FF8000; text-decoration: none }

caption			{ font-weight: bold}

p				{ font-size: 12px }
p.cal			{ font-size: 10pt; color: #886600 }
p.center		{ text-align: center}
p.footer		{ font-size: 10px; text-align: center}

p.label  		{ font-size: 12px; color: #800000; font-weight: bold }
p.labels  		{ font-size: 11px; color: #800000; font-weight: bold }
p.labell  		{ font-size: 13px; color: #800000; font-weight: bold }

img.left		{
				float: left;
				margin-top: 5;
				margin-right: 10;
				margin-bottom: 5;
				margin-left: 0;
				border-width: 1;
				border-style: solid;
				border-color: gray;
				}
img.right		{
				float: right;
				margin-top: 5;
				margin-right: 0;
				margin-bottom: 5;
				margin-left: 10;
				border-width: 1;
				border-style: solid;
				border-color: gray;
				}
img.head		{
				float: middle;
				margin: 10,0,0,0;
				border: 0;
				}

div.pictureCenter {
	width: 109;
	border-width: 0;
	border-style: solid;
	border-color: #800000;
	margin-top: 5;
	margin-right: 30;
	margin-bottom: 5;
	margin-left: 30;
	}
div.pictureCenter p {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #800000;
	margin-bottom: 3;
	margin-top: 3;
	}
div.pictureCenter img {
	margin-top: 9;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-width: 1;
	border-style: solid;
	border-color: gray;
	}

div.head		{
				width: 750px;
				text-align: center;
				margin-bottom: 10;
				}
div.spacer		{
				clear: both;
				border: 1px solid;
				margin: 0
				}
input			{
				font-size: 11px;
				}
textarea		{
				font-size: 11px
				}
select			{
				font-size: 11px;
				}
li				{
				font-size: 12px;
				text-align: left
				}
td				{
				font-size: 12px;
				}
table.box		{
				background-color: #FFCC99;
				border-width: 1;
				border-style: solid;
				border-color: #800000;
				padding-top: 2;
				padding-bottom: 2;
				}
td.box			{
				background-color: #FFCC99;
				border-width: 2;
				border-style: solid;
				border-color: #800000;
				padding-top: 2;
				padding-bottom: 2;
				}
TH				{
				font-size:9pt;
				font-weight: normal;
				}
body			{
				background-color: #FFFFCC;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px; color: #800000
				}

H1				{ FONT-FAMILY: bookman old style; FONT-SIZE: 24pt; FONT-STYLE: italic; FONT-WEIGHT: bold; TEXT-ALIGN: center}
H2				{ font-family: Old English Text MT; font-size: 29px; text-align: center; margin-bottom:0 }
h3				{ color: #800000; font-size: 16px; font-weight: bold; text-decoration:underline; text-align: center; margin-bottom:0 }
h4				{ color: #800000; font-size: 12px; font-weight: bold; font-style: normal; font-family: Arial }
h5				{ color: #800000; font-size: 16px; font-weight: bold; text-decoration:underline; margin-bottom:0 }
H6				{ FONT-FAMILY: times new roman}

.center			{ text-align: center}
.green			{ color: #009900 }