<!--
body,td,th {
	color: #FFFFFF;
}
body { 
    background-color: #2D2D2D;
    background-image: url(images/background-tile.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
-->

h1 {
	font-family: Arial;
	font-size: larger;}

h2 {
	font-family: Arial;
	font-size: 10pt;}

ol {
  font-family: Arial;
  font-size: 10pt;}

ul {
  font-family: Arial;
  font-size: 10pt;}
  
table { 
  font-family: Arial;
  font-size: 10pt;}

p {
  font-family: Arial;
  font-size: 10pt;}

.small { font-size: 8pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.footer1 { font-size: 10pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.footer2 { font-size: 8pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.body { font-size: 10pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 150%; }

<!--
.style1 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
-->