
a {
  text-decoration:  none;
}

a:hover {
  text-decoration:  underline;
}

body {
  text-align:                  center;
  font-family:                 times;
  font-weight:                 normal;
  font-size:                   normal;
  color:                       #333300; /* 663300; */
  background-color:            #CCCC99;
  margin:                      0px;
}

p {
  margin-top:       4px;
  margin-bottom:    6px;
}

table.main
{
  height:           100%;
	margin:           0;
	padding:          0;
	text-align:       left;
  vertical-align:   top;
	empty-cells:      show;
}

th {
  text-align:       center; 
  font-weight:      bold;
}

tr.header {
  font-family:      courier new;
  font-weight:      bold;
  font-size:        x-large;
	height:           90px;
	background-color: #999933;
  border-bottom:    1px solid #999900;
  text-align:       center;
}

tr.menu {
	height:           24px;
  border-bottom:    1px solid #999900; 
	background-color: #669900;
  text-align:       center;
}

table.top-menu td {
  text-align:       center;
  padding:          3px 10px 3px 10px; /* top left bottom right */
  font-weight:      bold;
}

tr.body td {
  vertical-align:   top;
  padding:          10px 10px 10px 10px; /* top left bottom right */

}

tr.footer {
	height:           70px;
	background-color: #999933;
  border-top:       1px solid #999900;
  text-align:       right;
  vertical-align:   bottom;
}

tr.footer td {
  padding:          3px 20px 6px 40px;
}
