body
{
	background-color: white;
	color: gray;
  padding: 0;
  margin: 0; 
}
h1
{
	font-family: "Arial Narrow", Helvetica, sans-serif; 
	font-size: 200%; 
	font-weight: normal; 
  text-decoration: none;
  padding: 0;
  margin: 0; 
}
h2
{
	font-family: "Arial Narrow", Helvetica, sans-serif; 
	font-size: 175%; 
	font-weight: normal; 
}
h3
{
	font-family: "Arial Narrow", Helvetica, sans-serif; 
	font-size: 130%; 
	font-weight: normal; 
}
table 
{
	font-family: "Arial Narrow", Helvetica, sans-serif; 
	font-size: 100%;
	border-right: 1px; 
	border-bottom: 0px; 
	padding: 0px; 
}
td 
{ 
  border-top:1px; 
  border-left:1px;
}
td.menu
{
  background-color: gray;
  color: white;
  padding-bottom: 2px; 
}
td.logo
{
  width: 250px;
  padding-top: 5px;
  padding-left: 2px;
}
td.list
{
	padding-bottom: 10px;
	align: top; 
}
a.menu:link
{
  color: white; 
  text-decoration: none;
}
a.menu:hover
{
  color: white; 
  font-weight: bold; 
}
a.menu:visited
{
  color: white; 
  text-decoration: none;
}
.small {
	FONT-SIZE: 80%;
}
