td.RemindersTitle {
font-family: sans-serif;
font-size: 16px;
color: #800000;
}

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

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

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

table.EventTable {
border: 1px #B50E06 solid;
}

td.EventName {
font-family: sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #E02C26;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
border-bottom: 1px #B50E06 solid;
}

td.RegularText {
font-family: sans-serif;
font-size: 11px;
color: #B50E06;
text-decoration: none;
font-weight: normal;
padding: 5px;
}

.RegularText a:link, .RegularText a:visited {
font-family: sans-serif;
font-size: 11px;
color: #B50E06;
text-decoration: underline;
font-weight: normal;
}
.RegularText a:active, .RegularText a:hover {
font-family: sans-serif;
font-size: 11px;
color: #0A0F4E;
text-decoration: underline;
font-weight: normal;
}
