body {
background-color: #ebdf94
}

A:link {
	color: #ffffff;
	text-decoration: none}

A:visited { 
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}

A:hover { 
	color: #333333;
	text-decoration: underline;
}

table.main 
{ border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
}

td.header
{ border-bottom: 1px solid #000000;}

td.footer
{ border-top: 1px solid #000000;
  text-align: center;
  font-family: verdana;
  font-size: 9px;
  color: #000000
  }

td.nav
{ border-bottom: 1px solid #000000;
  background-color: #cc0000;
  font-family: verdana;
  font-size: 11px;
  color: #ffffff;
  }
 
td.left
{ border-right: 1px solid #000000;
  }

.common
{ font-family: arial;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	}	