body {
  margin: 0px;
  background-color: #000000;
  background-image: url(/images/mechbay.jpg);
  background-attachment: fixed;
}
table.main {
  background-color: #969696;
  border: 3px outset #969696;
}
hr {
  color: #008000;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
acronym {
  border-bottom: 1px dotted #808080;
}
em {
  font-style: italic;
  font-weight: bold;
}
a:link {
  text-decoration: none;
  color: #FCF77C;
}
a:visited {
  text-decoration: none;
  color: #AFD7AF;
}
a:hover {
  text-decoration: underline;
  color: #FFFF00;
}
small {
  font-size: 80%;
}
ul.navtable {
  margin: 0px;
  padding: 2px;
  vertical-align: top;
  list-style-type: none;
  border: 3px outset #969696;
  background-color: #646464;
}
ul.subnavtable {
  margin: 3px;
  padding: 2px;
  vertical-align: top;
  list-style-type: none;
  border: 3px outset #969696;
  background-color: #646464;
}
li.standard {
  padding: 5px;
  margin: 5px 2px;
  border: 3px ridge #4E4C4C;
  font-family: Impact, sans-serif;
  color: #509FCF;
  font-size: 14pt;
  text-align: center;
  vertical-align: center;
} 
li.level1 {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px 2px;
  border: 3px ridge #4E4C4C;
  font-family: Impact, sans-serif;
  color: #509FCF;
  font-size: 14pt;
  text-align: center;
  vertical-align: center;
} 
li.level2 {
  padding: 2px;  
  font-family: Impact, sans-serif;
  color: #509FCF;
  font-size: 13pt;
  text-align: center;
  vertical-align: center;
} 
li.level3 {
  padding-bottom: 10px;
  font-family: Impact, sans-serif;
  color: #509FCF;
  font-size: 12pt;
  text-align: center;
  vertical-align: center;
} 
.titlebar {
  padding: 5px;
  margin: 0px;
  height: 5px;
  background-color: #646464;  
  font-family: "Microstyle Bold Extended ATT", "OCR A Extended", sans-serif;
  font-size: 22pt;
  color: #829A82;
  border: 3px outset #969696;
  text-align: center;
}
.navheader {
  font-size: 125%;
}
.pagesummary {
  color: #D1FF43;
  font-size: 130%;
}
.sidebar {
  vertical-align: top;
  padding: 0px;
}
.currentpage {
  font-weight: bold;
}
.newsinfo {
  font-size: 85%;
  color: #C8FF64;
}
.header {
  font-size: 115%;
  font-weight: bold;
}
table.contenttable {
	background-color: #000000;
	border: 5px ridge #07A107;
	text-align: center;
}
td.tableheader {
	font-weight: bold;
	padding: 1px 5px;
}
.content {
  padding: 5px;
  border: 3px inset #4E4C4C;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #000000;
  background-image: url(/images/backgroundgrid.gif);
  background-repeat: repeat
  background-attachment: fixed;
  text-align: justify;
  vertical-align: top;
  color: #07A107;
  font-size: 10pt;
}