BODY {
    margin           : 0px;
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
    background-color : #FFFFFF;
}

TABLE TR TD {
    margin           : 0px;
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
}

TABLE.dataTable {
    border-width    : 1px;
    border-style    : solid;
    border-color    : #5888D0;
    border-collapse : collapse;
}

TABLE.dataTable TR TD {
    border-width : 1px;
    border-style : solid;
    border-color : #5888D0;
}

UL {
    margin-left   : 20px;
    margin-right  : 5px;
    margin-top    : 5px;
    margin-bottom : 5px;
    padding       : 0px;
}

.text1 {
    padding-left   : 115px;
    padding-right  : 5px;
    padding-top    : 0px;
    padding-bottom : 0px;
    margin         : 0px;
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
}

.text2 {
    padding-left   : 0px;
    padding-right  : 5px;
    padding-top    : 0px;
    padding-bottom : 0px;
    margin         : 0px;
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
}

.header {
    position    : relative;
    top         : -10px;
    margin      : 0px;
    padding     : 0px;
    font-family : Courier New;
    font-size   : 20px;
    color       : #5888D0;
    font-weight : bold;
}
.header2 {
    position    : relative;
    top         : -3px;
    margin      : 0px;
    padding     : 0px;
    font-family : Courier New;
    font-size   : 20px;
    color       : #5888D0;
    font-weight : bold;
}

.leftCol {
    background-image  : url(assets/tmplImg/left_col_bg.gif);
    background-repeat : repeat-y;
}

.rightCol {
    background-image    : url(assets/tmplImg/111right_col_bg.gif);
    background-repeat   : no-repeat;
    background-position : 0px 89px;
}

.leftColMain {
    background-image    : url(assets/tmplImg/left_col_bg_main.jpg);
    background-repeat   : no-repeat;
    background-position : 0% 100%;
}

.topMenu1 {
    background-image    : url(assets/tmplImg/top_menu_bg.gif);
    background-repeat   : repeat-x;
}
.topMenu2 {
    font-weight      : normal;
    color            : #FFFFFF;
    background-color : #5888D0;
}
.topMenu3 {
    background-image  : url(assets/tmplImg/top_menu_bg3.gif);
    background-repeat : repeat-x;
}
.topMenu3Home {
    background-image  : url(assets/tmplImg/top_menu_bg3_home.gif);
    background-repeat : repeat-x;
}
.topMenu4 {
    background-image    : url(assets/tmplImg/right_col_bg.gif);
    background-repeat   : no-repeat;
    background-position : 0px 0px;
}
.topMenuOpt {
    width               : 106px;
    text-align          : center;
    background-image    : url(assets/tmplImg/top_menu_opt_bg.gif);
    background-repeat   : no-repeat;
    background-position : 50% 50%;
}

A.topMnu:link {
    font-family      : Courier New;
    font-size        : 12px;
    color            : #213C6F;
    text-decoration  : none;
}
A.topMnu:visited {
    font-family      : Courier New;
    font-size        : 12px;
    color            : #213C6F;
    text-decoration  : none;
}
A.topMnu:hover {
    font-family      : Courier New;
    font-size        : 12px;
    color            : #213C6F;
    text-decoration  : underline;
}

A.breadcrumpitem:link {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #FFFFFF;
    text-decoration  : none;
}
A.breadcrumpitem:visited {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #FFFFFF;
    text-decoration  : none;
}
A.breadcrumpitem:hover {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #FFFFFF;
    text-decoration  : underline;
}

A.leftMenu:link {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
    text-decoration  : none;
}
A.leftMenu:visited {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
    text-decoration  : none;
}
A.leftMenu:hover {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #000000;
    text-decoration  : underline;
}

A:link {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #5888D0;
    text-decoration  : none;
}
A:visited {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #5888D0;
    text-decoration  : none;
}
A:hover {
    font-family      : Courier New;
    font-size        : 13px;
    color            : #5888D0;
    text-decoration  : underline;
}

.print {display : none;}

@media print {
    .noPrint {display : none; height : 0px; width : 0 px;}
    .leftColMain {display : none; height : 0px; width : 0 px;}
    .topMenu1 {display : none; height : 0px; width : 0 px;}
    .topMenu2 {display : none; height : 0px; width : 0 px;}
    .topMenu3 {display : none; height : 0px; width : 0 px;}
    .topMenu4 {display : none; height : 0px; width : 0 px;}
    .header2 {display : none; height : 0px; width : 0 px;}
    .print {display : inline;}
}

