body,td {font-family: arial, sans-serif; font-size: 9pt;}

.redNotice { font-weight: bold; color: red; }
.greenNotice { font-weight: bold; color: green; }

.defaultForm { border: 0; }

.defaultForm td.label { width: 120px; text-align: right; }
.defaultForm td.hdr { font-weight: bold; font-size: 11pt; color: #000; }

.button { background: #fff; border: 2px outset #6FA3CF; font-weight: Bold; font-family: verdana,helvetica,sans-serif,arial; font-variant: small-caps; text-decoration: none; width: 220px; display: block; color: #103B5F; text-align: center; padding: 3px; margin: 3px; font-size: 12pt; }
.button:hover { text-decoration: underline; color: #103B5F; }

.thdr { background: #424242; color: #fff; font-weight: bold; }
.thdr2 { background: #cccccc; color: #000000; font-weight: bold; }
.btmBorder { border-bottom: 1px solid #cccccc; }

.productBox { 
  padding: 5px; 
  border-left: 1px solid #CAD2EA;
  border-top: 1px solid #CAD2EA;
  border-right: 4px solid #CAD2EA;
  border-bottom: 4px solid #CAD2EA;
  float: left;
  width: 300px;
  margin: 5px;
  text-align: center;
  height: 120px;
}


.clear { clear: both; }