﻿.table_border {
	border-collapse: collapse;
	border-spacing: 2px;
}
a:link
{
	color: rgb(128, 0, 0);
	text-decoration: none;
}
a:active
{
	color: rgb(0, 255, 255);
}
a:visited
{
	color: rgb(128, 128, 128);
	text-decoration: none;
}
a:hover
{
	color: aqua;
	text-decoration: underline;
}
body         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 0;
	color: #333300;
	background-color: #FFFFFF;
	text-align: center;
}
h2           {
	font-family: Arial;
	font-size: 12pt;
	color: #006666;
	font-weight: bold;
	text-align: left;
}
h1           {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18pt;
	color: #004646;
	font-weight: bold;
	text-align: center;
}
h3           {
	font-family: Arial;
	font-size: 10pt;
	color: #800000;
	font-weight: bold;
	text-align: center;
}
p            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: left;
}
li           { font-family: Arial; font-size: 10pt; font-weight: bold }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
p-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: center;
}
#wrapper {
	padding: 25px 0px 25px 0px;
	background-color: #669999;
}
