html { 
  min-width: 800px; }
body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: x-small; /*
  voice-family: "\"}\"";
  voice-family: inherit; 
  letter-spacing: 0.07em; */
  font-size: small;
  color: #333; }
.clearhack { 
  display: inline; 		/* Clears Box Model Hack in IE5 */ } 
#container {
  width: 860px;
  margin: 0 auto;
  position: relative; }
body { 
  background: url(../images/set-bg.png) repeat; /* body_bg.png #F5FFFA; */     
  background-attachment: fixed; 
  color: #333;
  padding: 1em 10px 1em 10px;		/* originally 1em 20px 3em 20px */
  margin-top: 0;
  margin-bottom: 0; }			
a { 
  color: #06C;
  text-decoration: none; }  
a:hover { 
  color: red;
  font-weight: normal; }
a:active { 
  color: #000; }
p,li { 
  line-height: 150%; 
  text-align: justify; }
h1,h2 { 
  font-family: trebuchet ms;
  font-weight: bold;
  color: #333; }
h1 { 
  font-size: 180%;
  margin: 0; }
h1 a { 
  text-decoration: none; 
  color: #333; }
h1 a:hover { 
  border-bottom: 1px dotted #666; 
  color: #000; } 
h2 { 
  font-size: 140%;
  padding-bottom: 2px;
  border-bottom: 1px solid #CCC;
  margin: 0; }
p.note { 
  background: url(../images/barrel.gif) repeat; 
  height: 22px;
  padding: 4px 0 0 0px;  
  font-family: verdana,tahoma;
  font-size: 85%;
  line-height: 130%;
  margin-top: 0;
  padding-left: 0.5em;
  color: #000080; }
p.subh { 
  background: url(../images/news-hdr.png) repeat;  
  border-bottom: solid 1px #777;
  height: 18px;
  padding: 2px;  
  font-family: sans-serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 130%;
  margin-top: 0;
  padding-left: 0.5em;
  color: #000;
  letter-spacing: 2px; }
Div.footer { 
  background: url(../images/bg_bl.jpg) repeat; 
  color: white;
  font-size:11px;
  text-align:center;   
  height:20px; 
  padding-top:0.25em;
  width: 860px; }
.hdr { 
  color: white; }
legend { font: bold 16px arial;
  color: white;
  background-color: #777;
  border-left: 8px solid #ffa700;
  padding-right: 4px;
  padding-left: 6px; }
fieldset { 
  padding: 0.7em; }
#brdr { 
  background: url(../images/bg_bl.jpg) repeat; 
  color: #fff; }   
td.cap {
  font-family:verdana,sans-serif;
  font-size:80%; }
.tdc { 
  text-align: center; }
.tdr {
  text-align: right; }