body	{
	font: 10pt Arial, sans-serif;
	}
td	{
	vertical-align: top;
	}
hr	{
	color: rgb(202,230,204);
	}
h1 {
	font-size: 13pt;
	font-weight: bold;
	background-color: rgb(202,230,204);
	color: rgb(20,100,100);
	border-top: 5px solid rgb(202,230,204);
	border-bottom: 5px solid rgb(202,230,204);
	text-align: center;
	}
form 	{
	border: 0pt solid black
	}

.logo	{
	width: 100%;
	text-align: center;
	background-color: rgb(22,108,109);
	}

.text	{
	text-align: justify;
	}

.statement {
	text-align: center;
	font-weight: bold;
	}

.menu	{
	font-size: 9pt;
	text-align: center;
	border: 2px solid white;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	}
.menu a {
	color: red;
	text-decoration: none;
	border: 2px solid white;
	}
.menu a:hover {
	color: white;
	background-color: red;
	border: 2px solid red;
	}
	
.menubar {
	background-color: rgb(22,108,109);
	font-size: 9pt;
	}

.title {
	text-align: center;
	font: 20pt Arial, sans-serif;
	font-weight: bold;
	color: rgb(20,100,100);
	font-style: italic;
	text-decoration: underline;
	border-top: 5px solid white;
	}
	 
.copyrt {
	background-color: white;
	font-size: 8pt;
	vertical-align: middle;
	}
