.contactForm th {
  text-align: left;
  width: 100px;
  font-weight: normal;
  vertical-align: top;
}

.contactForm td {
  vertical-align: top;
}

.contactForm textarea {
  width: 250px;
  border: solid 1px #ccc;
}

.contactForm input[type="text"] {
  width: 250px;
  border: solid 1px #ccc;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.embeddedImage {
border: 1px solid #000; 
margin: 0 10px 0 10px;
}

.highlight {
color: navy; 
font-family: Verdana
}

.quote {
color:#660000;
font-style: italic;
}

.quoteSource {
font-weight: bold;
}

.tableHeader {
color: #fff;
background-color: #1976b0;
font-weight: bold;
padding: 2px;
}

.tableCell {
border-bottom: 1px solid #ccc;
}

