body {
  background-color: #FFD000;
  font-family: arial;
  margin: 0px;
}

H2 {
  font-family: verdana;
}

DIV.header {
   font-family: verdana;
   font-size: 16pt;
   font-weight: bold;
}

TABLE {
   border-collapse: collapse;
   border-style: solid;
   border-color: black;
   border-width: 1px;
}

TABLE.pagelayout {
   border-collapse: collapse;
   border-style: none;
}

TABLE.noborder {
   border-collapse: collapse;
   border-style: none;
   padding: 0px;
}

TD.noborder {
   border-style: none;
}

TD.selection {
   border-style: none;
   padding: 5px;
}

TR.header {
	height: 80px;
}

TR.footer {
	height: 40px;
}

TD.contact {
   border-style: none;
   padding: 10px;
   font-size: 12pt;
}

TD.header {
   border-style: none;
   background-image: url('images/gradient.gif');
   padding: 0px;
   background-repeat: repeat-x;
}

TD.headerleft {
	border-style:none;
	padding: 0px;
}

TD.headerright {
	border-style:none;
	text-align:right;
	padding: 0px;
}
 
TD.footer {
   border-style: none;
   text-align: center;
   background-color: #000000;
   color: #FFD000;
}

TD.footer a:link {
   color: #EFC000;
}

TD.footer a:visited {
   color: #EFC000;
}

TD.footer a:hover {
   color: #FFE010;
}

TD.menu {
   width: 100px;
   text-align: center;
   vertical-align: top;
   background: #EFC000;
   padding: 0px;
   border-style: none;
}

TD.bodytable {
   border-style: none;
   vertical-align: top;
   padding: 0px;
   border-style: solid;
   border-width: 1px;
   border-color: black;

}

TD.body {
   border-style: none;
   vertical-align: top;
   padding: 5px;

   background-image: url('images/bg_piston.jpg');
   background-repeat: no-repeat;


}

TD {
  font-family: arial;
  font-size: 8pt;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
}

