<style type="text/css">
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.table_header {
	background-color: #CCCCCC;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   border-top: medium solid #ff0000;
}
.table_contents {
	background-color: #CCCCCC;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   border-top: thin solid #000000;
}
</style>
