td{
    font-size: 14px;
}
div{
    font-size: 14px;
}


h1{
    font-size: 18px;
    color: #4b6e96;
    font-weight: bolder;
}
h2{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.dropDownMenu{
    padding: 0px;
    visibility: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 190px;
}

table.dropDownTable{
    background-color: #EBF1FF;
    border: 1px solid #999999;
    width: 190px;
}

td.dropDownCell{
    padding: 0 10px;
    height: 22px;
    white-space: nowrap;

    background: #0070A0;
    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #C3D6DF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #000000;
    width: 190px;
}

a.dropDownCell{
    position: absolute;
    z-index: 4;

    color:#FFFFFF;
    text-decoration:none;
    font-size:15px;
    font-weight: bolder;

    vertical-align: middle;
    white-space: nowrap;
}
a.dropDownCell:visited{
    color:#FFFFFF;
}
a.dropDownCell:hover{
    color:#F0F0F0;
}

span.dropDownCell{
    position: relative;
    z-index: 2;
    left: 2px;
    top: 2px;

    color:#1E3A5A;
    text-decoration:none;
    font-size:15px;
    font-weight: bolder;

    vertical-align: middle;
    white-space: nowrap;
}

table.logobar{
    background-image: url(/images/logo_middle.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: 100%;
    height: 112px;
}

td.logoLeft{
    background-image: url(/images/logo_left.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    height: 112px;
    color: #A7C1DA;
    font-size: 14px;
    padding: 0px 0px 14px 0px;
    text-transform: uppercase;
    font-style: italic;
}

td.logoRight{
    background-image: url(/images/logo_right.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;

    width: 292px;
    height: 112px;
}

table.menubar{
    background-color: #5679A1;
    background-image: url(/images/menubar_middle.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 100%;
    height: 41px;
}

td.menubarLeft{
    background-image: url(/images/menubar_left.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0px;

    width: 178px;
    height: 41px;
    font-size: 8px;
}

td.menubarRight{
    background-image: url(/images/menubar_right.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 3px;

    height: 41px;
    font-size: 14px;
}

td.columnLeft{
    background-image: url(/images/column_left.jpg);
    background-repeat: repeat-y;
    background-position: top right;
    background-color: #7C7C7C;
    border: 0px solid #FFFFFF;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 173px;
}

td.columnMain{
    background-color: #FFFFFF;
    padding: 8px;
    font-size: 14px;
    color: black;
    height: 400px;
}

td.columnRight{
    background-image: url(/images/column_right.jpg);
    background-repeat: repeat-y;
    background-position: top right;
    border: 0px solid #FFFFFF;
    padding: 0px;

    width: 16px;
}

td.copyright{
    padding: 0px;
    font-size: 12px;
    color: black;
    text-align: center;
}

td.menuCellTop{
    background-image: url(/images/menuleft_header.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    border: 0px solid #FFFFFF;

    padding: 0px;
    height: 8px;
    width: 160px;
    font-size: 4px;
}

td.menuCell{
    background-image: url(/images/menuleft_middle.jpg);
    background-repeat: repeat-y;
    background-position: top left;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #C3D6DF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #000000;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;

    height: 24px;
    width: 150px;

    color: #FFFFFF;
    font-weight: 400;
    font-size: 1px;
    text-align: left;

    cursor: pointer;
}

td.menuCellBottom{
    background-image: url(/images/menuleft_bottom.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    border: 0px solid #FFFFFF;

    padding: 0px;
    height: 16px;
    width: 160px;
    font-size: 8px;
}

td.menuCell2{
    border: 0px solid #FFFFFF;
    padding: 4px 10px 4px 10px;
    height: 41px;
    font-size: 16px;
    text-align: center;

}

table.show{
   border: thin solid #FFFFFF;
}

table.page{
    border: 2px solid #4E7097;
    width: 100%;
    height: 400px;
}

td.pageHeader{
    background-image: url(/uimages/blue_header.jpg);
    background-repeat: repeat;
    background-position: top left;

    border: 1px solid #4E7097;

    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;

    font-size: 18px;
    font-weight: bolder;
    color: #FFFFFF;

    height: 28px;
}

td.cellHeader{
    background-color: #4b6e96;
    border: 1px solid #FFFFFF;

    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;

    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;

    height: 16px;
}
td.cellHeader2{
    background-image: url(/uimages/blue_title.jpg);
    background-repeat: repeat;
    background-position: top left;

    border: 0px solid #FFFFFF;

    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;

    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;

    height: 24px;
}

td.cell{
    background-color: #FFFFFF;
    color: black;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #F3F5FB;
    border-left: 1px solid #F3F5FB;
    border-right: 0px solid #FFFFFF;

    font-size: 14px;
}

td.cellOdd{
    background-color: #F3F5FB;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;

    color: black;
    font-size: 14px;
}

td.showHead{
    background-color: #378A00;

    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;

    padding: 2px 2px 2px 8px;

    height: 16px;

    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

td.show{
    background-color: #FFFFFF;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #000099;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding: 16px 8px 8px 8px;

    font-size: 14px;
    color: black;
}

td.showBlank{
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    padding: 16px 8px 8px 8px;

    color: black;
    font-size: 14px;
}

input{
    background-color: #C3D6DF;
    border: 1px solid #4B6E96;

    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #4B6E96;
}

select{
    background-color: #C3D6DF;
    border: 1px solid #4B6E96;

    height: 20px;

    font-weight: bold;
    color: #4B6E96;
}

input.button{
    background-color: #4B6E96;
    border: 1px solid #C3D6DF;

    height: 20px;

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

input.radio{
    background-color: #5470A2;
}

a{
    font-size: 14px;
    text-decoration: none;
    color: #57779D;
}
a:visited{
    color: #57779D;
}
a:hover{
    color: #57779D;
    text-decoration: underline;
}

a.menuCell{
    position: absolute;
    z-index: 4;

    color:#FFFFFF;
    text-decoration:none;
    font-size:15px;
    font-weight: bolder;

    vertical-align: middle;
    white-space: nowrap;
}
a.menuCell:visited{
    color:#FFFFFF;
}
a.menuCell:hover{
    color:#F0F0F0;
    text-decoration: none;
}

span.menuCell{
    position: relative;
    z-index: 2;
    left: 2px;
    top: 2px;

    color:#1E3A5A;
    text-decoration:none;
    font-size:15px;
    font-weight: bolder;

    vertical-align: middle;
    white-space: nowrap;
}

a.menubar{
    color:#454545;
    text-decoration:none;
    font-size: 14px;
    font-weight: bold;
}
a.menubar:visited{
    color: #454545;
}
a.menubar:hover{
    color: #485D82;
    text-decoration: underline;
}

a.cellHeader{
    color:#C3D6DF;
    text-decoration:none;
    font-size: 14px;
    font-weight: bold;
}
a.cellHeader:visited{
    color:#C3D6DF;
}
a.cellHeader:hover{
    color:#C3D6DF;
    text-decoration:underline;
}

a.cellHeaderSmall{
    color:#FFFFFF;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
}
a.cellHeaderSmall:visited{
    color:#FFFFFF;
}
a.cellHeaderSmall:hover{
    color:#FF0000;
    text-decoration: none;
}

a.cell{
    color:#2549A5;
    text-decoration:none;
    font-size: 14px;
    font-weight: bold;
}
a.cell:visited{
    color:#2549A5;
}
a.cell:hover{
    color:#E99120;
}

a.cellLarge{
    color:#E99120;
    text-decoration:none;
    font-size:14px;
    font-weight: bold;
}
a.cellLarge:visited{
    color:#E99120;
}
a.cellLarge:hover{
    color:#E99120;
    text-decoration:underline;
}

span.e{
    font-weight: bolder;
    color: #C59A00;
}

span.e1{
    font-weight: bolder;
    color: #E5BD27;
    font-size: 18px;
}

span.e2{
    font-weight: bolder;
    color: #C59A00;
    font-size: 18px;
}

span.e3{
    color: #9B6C04;
    font-size: 14px;
}

p{
    margin-top: 0px;
    margin-bottom: 0px;
}

img.e{
    position: relative;
    top: 5px;
    margin-right: 2px;
}

table.tool{
    border: 1px solid #c18544 ;
}

td.tool{
    padding: 16px;
}
