.sectionHeader {
    text-decoration:    none;
    font-weight:        bold;
    color:              #CC3333;
}

.sectionHeader A {
    text-decoration:    none;
    font-weight:        bold;
    color:              #CC3333;
}

.sectionHeader A:hover {
    text-decoration:    underline;
    font-weight:        bold;
    color:              #CC3333;
}

.sectionContent {
    margin-left:        4px;
    margin-right:       4px;
    margin-top:         0;
    margin-bottom:      4px;
}

FIELDSET {
    margin-left:        4px;
    margin-right:       4px;
    margin-top:         4px;
    margin-bottom:      4px;
    border:             2px solid #CC3333;
}