H1 { display: none }
TABLE
 {
  font-family: verdana;
  font-size: 8pt
 }
.tblTop 
 { 
  color: #ffffff;
  background-color: #00994D;
  border-bottom: 1px solid black 
  }
.tblLeft
 { 
  color: #000000;
  background-color: #00D600;
  border-right: 1px solid black 
  }
.tblMain
  {
  background-color: #E6FFE5
  }
.tblMain A
 {
 text-decoration: none;
 color: #00994D;
 font-weight: bold
 }
.tblMain A:hover
 {
 color: #00D600
 }
.tblRight
 { 
  color: #000000;
  background-color: #00D600;
  border-left: 1px solid black 
  }
.tblBottom
 { 
  color: yellow;
  font-weight: bold;
  background-color: #00994D;
  border-top: 1px solid black;
  text-align: center
  }
.tblBottom A { color: yellow;  text-decoration: none;}
.tblBottom A:hover { color: #ffffff }

.tblMenuTitle
 {
 color: yellow;
 font-weight: bold;
 background-color: #00994D;
 border-top: 1px solid black;
 border-bottom: 1px solid black
 }
.tblSpacer
 {
 border: 1px solid black;
 color: yellow;
 font-weight: bold;
 background-color: #00994D;
 text-transform: capitalize
 }
.tblMenu A { color: #000000; font-weight: bold; text-decoration: none}
.tblMenu A:hover { color: yellow }
.tblList A { color: #000000; font-weight: bold; text-decoration: none}
.tblList A:hover { color: #00994D }

.itemTitle { font-size: 12pt; font-weight: bold }
.loginInput { width: 144px; font-size: 8pt}
.loginButton { width: 144px; border: 1px solid black; color: #ffffff; background-color: #00994D; font-size: 8pt; }

.frmText { font-size: 8pt; width: 220px}

.frmPassword { font-size: 8pt; width: 220px}

.frmSelect { font-size: 8pt; width: 220px}

.frmCheckBox { font-size: 8pt; }

.frmSubmit 
 { 
 font-size: 8pt;
 width: 220px;
 font-weight: bold;
 border: 1px solid black; 
 color: #000000; 
 background-color: #00D600;
 padding: 2px
 }
.frmDelete
 { 
 font-size: 8pt;
 font-weight: bold;
 width: 220px;
 border: 1px solid black; 
 color: #ffffff; 
 background-color: red;
 padding: 2px
 }
.frmSmall { font-size: 8pt; width: 60px }

TEXTAREA { font-family: verdana; font-size: 8pt; width: 394px; height: 100px }

.imgThumbTop { margin-right: 10px; border-left: 1px solid black; border-right: 1px solid black }