a.releaseMainNavA {
    display: block;
    width: 140px;
    height: 27px;
    color: #DDD;
    border: 0;
    padding-top: 7px;
    padding-left: 20px;
    text-decoration: none;
    background: #202B5B url(../img/navMainRel.jpg) top left no-repeat;
}
a.releaseMainNavA:hover {
    background-color: #202B5B;
    color: #FFF;
}
a.releaseMainNavN {
    display: block;
    width: 140px;
    height: 27px;
    color: #FFF;
    border: 0;
    padding-top: 7px;
    padding-left: 20px;
    text-decoration: none;
    background: #000 url(../img/navMainPas.jpg) top left no-repeat;
}
a.releaseMainNavN:hover {
    color: #DDD;
    background: #202B5B url(../img/navMainRel.jpg) top left no-repeat;
}

a.releaseSubNavA {
    display: block;
    color: #000;
    text-decoration: none;
}
a.releaseSubNavA:hover {
}

a.releaseSubNavP {
    display: block;
    color: #000;
    text-decoration: none;
}
a.releaseSubNavP:hover {
}


.ReleaseContent {
    position: relative;
    top: 0;
    background-color: #FFF;
    width: 530px;
    float: left;
}

.ReleaseDetails {
    background-color: #FFF;
    font-size: 9px;
    padding-left: 10px;
    border-left: 1px dashed #CCC;
    margin: 0;
    width: 290px;
    position: relative;
    top: 0;
    margin-left: 529px;
}

.ReleaseMainBox {
    background-color: #FFF;
}

.ReleaseBoxO {
    padding: 3px;
    background-color: #AEB7DE;
    font-size: 9px;
}
.ReleaseBoxO:hover {
    background-color: #EEE;
}

.ReleaseBoxE {
    padding: 3px;
    background-color: #C8CEE9;
    font-size: 9px;
}

.ReleaseBoxE:hover {
    background-color: #EEE;
}

.RelLink:link {
    color: #003366;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}

.RelLink:hover {
    color: #6570cf;
    text-decoration: overline underline;
}

.RelLink:visited {
    color: #6570cf;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}

.RelCode{
    background-color: #C8CEE9;
    margin: 10px;
    padding: 10px;
}
.RelCode > div > h3 {
    background-color: #AEB7DE;
    margin: 0 0 2px 0;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
}
