﻿table.frameborder { background-color: #02243D }
table.blueBorder{ border:solid 1px #02243d}
table.topBorder
{
    border-top:solid 1px #02243d;
    margin-top:5px;
}

table.bottomBorder
{
    border-bottom:dotted 1px #02243d;
    padding-bottom:5px;
}



td.bottomBorder
{
    border-bottom:dotted 1px #02243d;
    padding-bottom:5px;
    font-size : 12px;color : #02242d;	font-weight : bolder;
}
td.padTop
{    
    padding-top:5px;
    font-size : 11px;color : #02242d;	font-weight : bolder;
}