body, p, table, tr, td { 
	font-size: 10pt; 
	font-family: Arial Rounded MT Bold,Arial; 
	font-color: gray; 
	color: #808080; 
	font-weight: bold;
	}
.small{ 
	font-size: 8pt; 
	font-family: Arial Rounded MT Bold,Arial; 
	font-color: gray; 
	color: #808080; 
	}
h1       { 
	font-size: 24pt; 
	font-family: Arial Rounded MT Bold,Arial; 
	font-color: white; color: white; 
   text-align: Center 
   }

.title       { 
	font-size: 24pt; 
	font-family: Arial Rounded MT Bold,Arial; 
	font-color: black; color: black; 
   text-align: Center 
   }
.white	{
		font-color:white;
		color: white;
	}
.whiteitalic	{
		font-color:white;
		color: white;
		font-weight: italic;
	}
	.black	{
		font-color:black;
		color: black;
	}
	.yellow	{
		font-color:#F3BE00;
		color: #F3BE00;
	}
	.copyright {
		font-size: 8pt;
		font-family : "Arial";
		font-color:darkgray;
		color:darkgray;
	.footer {
		font-size: 8pt;
		font-family : "Arial";
		font-color:gray;
		color:gray;
	}
	A:active {
		COLOR: blue; 
	}
	A:link {
		COLOR: #FFF33; 
	}
	A:visited {
		COLOR: purple; 
	}
	A:hover {
		COLOR: red; 
	}

