.block{
    font-size: 10px;
    border: 0px solid #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.blockH{
    background: url(/images/block_head.jpg) no-repeat top left;
    border: 0px solid #FFFFFF;
    color: #005699;

    margin: 8px 0px;
    padding: 0px 6px;
    font-size: 11px;

    text-align: left;
    font-weight: bold;
}
html>body .blockH{
}

.blockFoot{
    background: url(/images/block_foot.jpg) no-repeat top left;
    border: 0px solid #FFFFFF;
    color: #000000;

    padding: 0px;
    margin: 0px;
}

.blockA{
    border: 0px solid #FFFFFF;
    color: #000000;

    margin: 0px;
    padding: 0px 6px;
    font-size: 10px;
    text-align: left;
}

.blockA ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.blockA ul li{
    list-style-type: none;
    margin: 0px;
}

.blockA ul li a{
    padding: 0px 8px 0px 2px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #000000;
    white-space: normal;
}

.blockA ul li a:hover{
    color: #0073CD;
    text-decoration: underline;
}

.blockA ul li .current{
    color: #F0AA00;
}

.blockLogin tr td{
    font-size: 10px;
}

.blockLogin tr td input{

}

.blockLogin tr td input.button{

}

.blockText{
    padding: 0px 2px;
    font-size: 10px;
    color: #000000;
}

.blockText a{
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    color: #000762;
}

.blockText a:hover{
    color: #000762;
    background-color: #8da6cf;
}

.blockText div{
    padding: 2px 0px;
    font-size: 10px;
}
.blockText .blockSpacer{
    font-size: 1px;
}
html>body .blockSpacer{
    border-bottom: 1px dotted #000000;
}
* html .blockSpacer{
    background: url(/images/dot-horz.gif) repeat-x bottom;
    border-bottom: 0px solid #000000;
}

.blockText .button, .blockText .buttonOver{
    height: 14px;
    font-size: 10px;
    margin: 0px;
}
.blockText .radio{
    background-color: transparent;
    border: 0px solid #000000;
}

#newsForm{ text-align: center; }

#newsForm div{ padding: 0px; }

#newsForm .ntext{
    font-size: 10px;
    width: 66px;
    height: 18px;
}
html>body #newsForm .ntext{
    height: 15px;
}
#newsContain #newsForm .button, #newsContain #newsForm .buttonOver{
}
