.txt {
    font-family: tahoma,verdana,arial;
    font-size: 11px;
    color: #333333;
}

a:link {color: blue; text-decoration: underline;   }
a:active {color: blue; text-decoration: underline;  }
a:visited {color: blue; text-decoration: underline;   }
a:hover {color: blue; text-decoration: none;  }

.tdmenu {
    font-style: normal;
    font-family: Tahoma, Arial;
    font-size: 10pt;
    font-weight : normal;
    color: #9F9F9F;
    border-bottom: 1pt solid #BFBFBF;
}
a.tdmenulink:link {color: #FFFFFF; text-decoration: none; }
a.tdmenulink:active {color: #FFFFFF; text-decoration: none; }
a.tdmenulink:visited {color: #FFFFFF; text-decoration: none; }
a.tdmenulink:hover {color: #FFFFFF; text-decoration: none; }

.bck {
    background-image: url('../images/bck.gif');
    background-repeat: repeat-y;
    background-position: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

img.acaimage {
    border: 0;
} 

img.lidfoto {
    border:1px solid black
}

hr.lid {
    border: 0;
    width: 100%;
    color: #C0C0C0; 
    background-color: #C0C0C0;
    height: 1px;
}


a.acaimage:link {color: #000000; text-decoration: none;   }
a.acaimage:active {color: #000000; text-decoration: none;  }
a.acaimage:visited {color: #000000; text-decoration: none;   }
a.acaimage:hover {color: #000000; text-decoration: none;  }

.td_blue {
    color: white;
    font-weight: bold;
    background-color: #002C72;
    padding: 6px;
}

.td_orange {
    color: white;
    font-weight: bold;
    background-color: #E76A16;
    padding: 6px;
}

input.plat {
    border: 1px solid #E76A16;
}

select.plat {
    border: 1px solid #E76A16;
}


#viewPort {
        width: 640px;
        height: expression(document.body.clientHeight   - 200 + "px");
        padding: 0px;
        overflow: auto;
        margin: 0px;
        visibility: hidden;
        overflow-x: hidden;
        line-height: 16px;
}





