table.quote {
border: #0e4a17 1px solid;
}

td.formTitle {
background-color: #0e4a17;
border-bottom: #faac3f 1px solid;
font-family: Arial, sans-serif;
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-align: center;
padding: 3px;
}

td.infoReceived {
font-family: Arial, sans-serif;
font-size: 12px;
color: white;
background-color: black;
padding: 5px;
font-weight: bold;
}

.formFields {
border: #976b24 1px solid;
font-family: Arial, sans-serif;
color: #06360e;
font-size: 12px;
font-weight: bold;
}
.formFieldsSm {
border: #976b24 1px solid;
font-family: Arial, sans-serif;
color: #06360e;
font-size: 9px;
font-weight: bold;
}

.formFieldNames {
border-bottom: #dedddd 1px dotted;
font-family: Arial, sans-serif;
color: #8a4304;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 3px;
}

.quoteText {
border-bottom: #dedddd 1px dotted;
font-family: Arial, sans-serif;
color: #8a4304;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 3px;
padding-right: 5px;
text-align: right;
}

.total {
font-family: Arial, sans-serif;
color: #b23829;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 3px;
text-align: right;
}

.submitButtons {
border: #032d09 1px solid;
background-color: #0e4a17;
font-family: Arial, sans-serif;
color: white;
font-size: 10px;
}