@font-face {
    font-family: Trebuchet MS;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/TREBUCH0.eot);
}

.txt-title {
    font-family: Trebuchet MS, Verdana, 'Small Fonts', sans-serif;
    font-size: 30px;
    color: #000000;
}

.txt-subtitle {
    font-family: Trebuchet MS, Verdana, 'Small Fonts', sans-serif;
    font-size: 20px;
    color: #000000;
}

.txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
}

.txtred {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
}

.cell1 {
    border-right: 0px solid #484e58;
    border-top: 0px solid #999999;
    border-bottom: 1px dashed #cccccc;
    border-left:0px solid #999999;
    height: 25;
}

.lnk1:link {color: 333333; text-decoration: none; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.lnk1:visited {color: 333333; text-decoration: none;font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.lnk1:active {color: red;font-weight: normal;font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.lnk1:hover {color: red; text-decoration: underline; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}