a {
    color: #32327A;
    text-decoration: none;
}
a:visited {
    color: #32327A;
    text-decoration: none;
}
a:hover {
    color: #7B3037;
    text-decoration: underline;
}
a:active {
    color: #32327A;
}

h1 {
    font-size: 13px;
    color: #7B3037;
    font-family: tahoma, Helvetica, sans-serif
}

input {
    background-color: #C9C9EE;
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
    border: #7B3037 solid 1px;
}

textarea {
    background-color: #C9C9EE;
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
    border: #7B3037 solid 1px;
}

.bodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.hmlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
}

.smallblktext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.smallwhttext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.quickRegText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #7B3037;
    text-decoration: none;
}
table.titleTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color : #000000;
    font-weight: normal;
    background: #C9C9EE;
}

.staticlargeburgtext {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #572735;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}


table.songSearch {
    BORDER-RIGHT: #7B3037 1px solid;
    BORDER-TOP: #7B3037 1px solid;
    BORDER-LEFT: #7B3037 1px solid;
    BORDER-BOTTOM: #7B3037 1px solid;
}
.songSearch th {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.songSearch td {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #7B3037;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.songSearch H3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #572735;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.songSearch select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color : #000000;
    font-weight: normal;
    background: #C9C9EE;
}
.songSearch input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    background: #C9C9EE;
}

.dataTable {
    background-color: #F3F2E7;
    border: 1px solid #7B3037;
    font-size :    7.5pt;
    margin:    5px;
    width:97%;
}

.dataTable th {
    border-right: 1px solid #7B3037;
    padding-left: 2px;
    padding-right:12px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #7B3037;
    margin-right: 10px;
    white-space: nowrap;
}

.dataTable  td {
    font-family: verdana, arial, helvetica, sans-serif;
    padding-left: 2px;
}

.dataTable td.hidden {
    display: none;
}

.dataTable th.hidden {
    display: none;
}

.dataTable th.r {
    text-align: right;
    padding-right: 10px;
}

.dataTable th.c {
    text-align: center;
}

.dataTable td.r {
    text-align: right;
    padding-right: 10px;
}

.dataTable td.c {
    text-align: center;
}

.dataTable  tr.odd {
    background-color: whitesmoke;
}

.dataTable tr.even {
    background-color: #d6cfe6;
}

.dataTable th a   ,.dataTable th a:visited {
    text-align: left;
    color: #F3F2E7;
}

.dataTable th a:hover {
    color: #ffcc00;
    background-color: transparent;
}

.appendTable {
    border: 1px solid #7B3037;
    width: 80%;
    margin: 20px 0 20px 0 !important;
}
