body {
  font-family: verdana,arial; 
  font-size: 12px; 
  font-weight: normal; 
  color: #000000; 
}

.black {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  font-family: verdana,arial; 
}

.gray1 {
  background-color: #404040;
  color: #FFFFFF;
}

.gray2 {
  background-color: #666666;
  color: #ffffff;
}

.gray3 {
  background-color: #999999;
  color: #333333;
}

.gray4 {
  background-color: #cccccc;
  color: #333333;
}

.white {
  background-color: #ffffff;
  color: #000000;
}

.redtable {
  background-color: #cc0000;
  color: #ffffff;
  font-family: verdana,arial; 
  font-weight: bold; 
} 

.menu_head {
  background-color: #cc0000;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold; 
  align: left; 
  padding-top: 0px; 
  padding-left: 7px; 
  padding-bottom: 1px; 
  height: 21px; 
}

.menu_regular {
  background-color: #999999;
  font-size: 10px;
  font-family: verdana; 
  font-weight: normal; 
  align: left; 
  padding-left: 7px; 
  padding-bottom: 1px; 
  height: 20px; 
  line-height: 120%;
}

h1 {
  font-size: 10px;
  font-weight: bold;
  padding-top: 2px;
  height: 20;
 }
 
h1.ontop { padding-top: 10px }

h1.footer { padding-top: 0px;
			height: 10; }

h2 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
  height: 20;
 }
 
h2.gray2 {
  padding-top: 2px
}

.text {
  color: #000000;
  font-size: 10px;
  font-weight: normal; 
  line-height: 100%;
  align: justify;
}

.texttable {
  font-size: 10px;
  font-weight: normal; 
  line-height: 150%;
}

.footer {
  color: #acacac;
  font-size: 10px;
  font-weight: bold; 
}

a:link{ 
  color: #000000;
  text-decoration: none;
}

a:visited{ 
  color: #000000;
  text-decoration: none;
}


a:hover
 {text-decoration: underline;}
 
a img { border: none }

narrow { height: 5px }