﻿<!--
body {
	text-align: center;
	font-family: Comic Sans MS, Verdana, Trebuchet, Arial, Tahoma;
	font-size: 11pt;
	color: navy;
	background-color: #CCCCCC;
}
p {
	font-family: Comic Sans MS, Verdana, Trebuchet, Arial, Tahoma;
	font-size: 11pt;
	color: navy;
	margin-top: 0px;
}
table {
	border-width: 4px;
	border-style: solid;
	border-color: navy;
	border-collapse: collapse;
	font-family: Comic Sans MS, Verdana, Trebuchet, Arial, Tahoma;
	font-size: 11pt;
	background-color: #FFFFCC;
}
th {
	font-weight: bold;
	font-size: 10pt;
	border-width: 1px;
	border-color: navy;
	background-color: #F3EFA1;
	text-align: center;
	color: #000080;
}
td {
	border-width: 1px;
	border-color: navy;
	color: #000080;
	background-color: #FFFFCC;
	text-align: center;
}
.styleTransParent {
	border-style: solid;
	border: 1px;
	text-align: center; 
	background-color: transparent;
}
li {
	color: navy;
	text-align: left;
}
h1 {
	font-family: Kristen ITC, Comic Sans MS, Verdana, Trebuchet, Arial, Tahoma;
	font-weight: bold;
	font-size: 24pt;
	color: navy;
}
h2 {
	font-family: Comic Sans MS, Verdana, Trebuchet, Arial, Tahoma;
	font-weight: bold;
	font-size: 20pt;
	color: maroon;
}
h3 {
	font-family: Kristen ITC, Comic Sans MS, Verdana, Trebuchet, Arial, Tahoma;
	font-weight: bold;
	font-size: medium;
	color: green;
}
A:link {
	color: #000080;
	text-align: left;
}
A:visited {
	color: #3333CC;  
}
A:active {
	color: #800000;
}
A:hover {
	color: #009900; 
}
-->