body { background: White;
    font-family: Sans-Serif,serif;
    font-size: 11pt;
    width:988px;
    margin: auto;
 }
 
 table#ClpBrd 
 {
    border-collapse: collapse;}
    td             { border: 4px none; }
    td.cell1       { border: 4px ridge gray; }
    td.cell3       { border: 4px ridge gray; }
    td.cell5       { border: 4px ridge gray; }

 
 table#left 
 {
    float:left;
 }
 
 table#right  
 {
    float:right;
 }
 
 div#left 
 {
    float:left;
 }
 
 div#right  
 {
    float:right;
 }
  
 div#left2 
 {
    float:left;
 }
 
 div#right2  
 {
    float:right;
 }
  
 div#left3 
 {
    float:left;
 }
 
 div#right3  
 {
    float:right;
 }
  
 div#left4 
 {
    float:left;
 }
 
 div#right4  
 {
    float:right;
 }
 
 p 
 {
    text-indent: 0%;
    margin:10px;
 }
  
     
.Highlight a:link {
 color: #41454E;
 background: transparent;
 text-decoration: none;
 } 
.Highlight a:visited {
 color: #455D8B;
 background: transparent;
 text-decoration: none; 
} 
.Highlight a:hover {
 color: #e42217;
 background: transparent;
 text-decoration: none;
 } 
.Highlight a:active {
 color: #455D8B;
 background: transparent;
 text-decoration: none; 
}

.HeaderBox {
  position: Relative; /* new 18Sep04 */
  font-family: arial, sans-serif;
  background-color: #ff9;
  text-align: center;
 }	
 
/* COMMENT The following three classes are for the certification, research and testing tables.  */
.certtable { 
background: #CFCFCF;  
vertical-align: baseline; 
text-align: left;
}

.rschtable { 
background: #CFCFCF;  
vertical-align: baseline; 
text-align: center;
}

.testtable { 
background: #CFCFCF;  
vertical-align: baseline; 
text-align: right;
}



img.floatLeft {
    float: left; 
    margin: 4px;
}
img.floatRight {
    float: right; 
    margin: 4px;
} 


 