body {
  color: white;	
  background-color: black; 
  background-image: none; 
}

.bodytext {
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  font-style: normal;
  font-family: Verdana, Arial, Sans Serif;
}

.boldbodytext {
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  font-style: normal;
  font-family: Verdana, Arial, Sans Serif;
}

.copyright {  
  color: #FFFFFF; 
  font-size: 12px;
  font-style: italic;
  font-family: Verdana, Arial, Sans Serif;
  text-align: center;
}

.catalog-table {  
  border: 0;
  width: 800;
}

.catalog-header {  
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    font-family: Verdana, Arial, Sans Serif;
    text-align: center;
}

.catalog-result-table {  
  border: 0;
}

.catalog-result-header {  
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    font-family: Verdana, Arial, Sans Serif;
}

.catalog-result-row-header {
  background-color: yellow;
  color: navy; 
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Arial, Sans Serif;
    text-align: center; 
}

.catalog-result-row-odd {
  color: black; 
  background-color: #FFFFFF 
}

.catalog-result-row-even {
  color: black; 
  background-color: #CCCCFF 
}

.catalog-part-number {  
  color: #0000ff; 
  font-weight: bold
}
