body 
 {
  background-color: ffffff;
	color: 000000;
	font-size: 9pt; 
	font-family: Arial;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
 }

table 
 {
  font-family: Arial;
	font-size: 9pt;
	color: 000000;
 }

img 
 {
  border: 0;
 }
 
a.nav
 {
  color: ffffff;
	text-decoration: none;
	font-weight: bold;
 }

a:visited.nav
 {
  color: ffffff;
	text-decoration: none;
	font-weight: bold;
 }
 
a:active.nav
 {
  color: 00ff00;
	text-decoration: none;
	font-weight: bold;
 }
 
a:hover.nav
 {
  color: 000000;
	text-decoration: underline;
	font-weight: bold;
 }
 

a
 {
  color: cc0000;
	text-decoration: underline;
 }

a:visited
 {
  color: cc0000;
	text-decoration: underline;
 }
 
a:active
 {
  color: 0000ff;
	text-decoration: none;
 }
 
a:hover
 {
  color: 0000ff;
	text-decoration: none;
 }
 
.red
 {
  color: ff0000;
 }
 
.border
 {
  border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #ffffff;
 }
 
.maincat {
 font-size: 16pt;
}

.subcat {
 font-size: 12pt;
}