td.InfoReceived {
font-family: sans-serif;
font-size: 13px;
color: black;
background-color: #F5E6CB;
text-decoration: none;
font-weight: bold;
padding: 5px;
border: 2px #800000 dashed;
}
.InfoReceived a:link, .InfoReceived a:visited {
font-family: sans-serif;
font-size: 13px;
color: #800000;
text-decoration: none;
font-weight: bold;
}
.InfoReceived a:active, .InfoReceived a:hover {
font-family: sans-serif;
font-size: 13px;
color: #800000;
text-decoration: underline;
font-weight: bold;
}

td.FormTitle {
font-family: sans-serif;
font-size: 15px;
color: #800000;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

td.FieldNames {
font-family: sans-serif;
font-size: 13px;
color: #9B6D1D;
text-decoration: none;
font-weight: bold;
}

.Fields {
font-family: sans-serif;
font-size: 13px;
color: #3D3F52;
text-decoration: none;
font-weight: normal;
border: 1px #800000 dashed;
}

.SubmitButton {
font-family: sans-serif;
font-size: 11px;
color: black;
background-color: #E8C282;
text-decoration: none;
font-weight: bold;
border: 2px #800000 dashed;
}

td.RegularText {
font-family: sans-serif;
font-size: 12px;
color: #666666;
text-decoration: none;
font-weight: normal;
}

.RegularText a:link, .RegularText a:visited {
font-family: sans-serif;
font-size: 12px;
color: #9B6D1D;
text-decoration: none;
font-weight: bold;
}
.RegularText a:active, .RegularText a:hover {
font-family: sans-serif;
font-size: 12px;
color: #800000;
text-decoration: underline;
font-weight: bold;
}