A:link { color: #101010; text-decoration: none; }
A:visited { color: #101010; text-decoration: none; }
A:active { color: #101010; text-decoration: none; }
A:hover { color: #2C3683; text-decoration: underline; }

A.sub:link { color: #2C3683; text-decoration: none; }
A.sub:visited { color: #2C3683; text-decoration: none; }
A.sub:active { color: #2C3683; text-decoration: none; }
A.sub:hover { color: #101010; text-decoration: underline; }

A.subnav:link { color: #222222; text-decoration: none; }
A.subnav:visited { color: #222222; text-decoration: none; }
A.subnav:active { color: #222222; text-decoration: none; }

A.subnav:hover { color: #2C3683; text-decoration: underline; }

.listingTable table { color: #2c3683; font-family: arial, helvetica, geneva; font-size: 16px}
.listingTable a { color: blue;}
.listingTable td {padding: 0px 16px 0px 16px;}

.listHeading {color: #2C3683; text-align:center; font-size: 20px; font-family: arial, helvetica, geneva; padding-bottom: 7px; text-decoration: underline; font-weight: bold;}

.listingDetailHeading {
    color: #2C3683;
    text-align:left;
    font-size: 20px;
    font-family: arial, helvetica, geneva;
    padding-bottom: 7px;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 16px;
    }
    
.listingDetailContent {text-align: justify; padding: 0px 16px 0px 16px; font-family: arial, helvetica, geneva; font-size: 16px}

