BODY {
        background:#efefef;
        font-weight:normal;
        letter-spacing:normal;
        text-decoration:none;
        margin-bottom:0;
        margin-left:0;
        margin-right:0;
        margin-top:0;
        color: #444444;
        font-family: sans-serif;
}
TABLE {
        font-size:11;
        font-weight:normal;
        letter-spacing:normal;
        text-decoration:none;
}
.pgs {
        border : 1 solid #333333;
}
A:link    {
        color: #4169E1;
        text-decoration: none;
}
A:hover {
        color: Navy;
        text-decoration:none;
}
A:visited {
        color: #4169E1;
        text-decoration:none;
}
A:visited:hover {
        color: Navy;
        text-decoration:none;
}
A.news:link    {
        color:#333333;
        text-decoration: none;  
 }
A.news:hover {
        color: #778899;
        text-decoration: underline;
}
A.news:visited {
        color: #333333;
        text-decoration:none;
}
A.news:visited:hover {
        color: #778899;
        text-decoration: underline;
}
A.mnu:link {
        color: #FAEBD7;
        text-decoration: none;
}
A.mnu:visited {
        color: #FAEBD7;
        text-decoration: none;  
}
A.mnu:hover {
        color: #DEB887;
}
A.mnu:visited:hover {
        color: #DEB887;
}
.mnu {
        font-size: 13;
        font-family: "Times New Roman", Times, serif;
}
A.mn:link {
        color: #444444;
        text-decoration: none;
}
A.mn:visited {
        color: #444444;
        text-decoration: none;  
}
A.mn:hover {
        color: #CC7766;
}
A.mn:visited:hover {
        color: #CC7766;
}
.mn {
        font-size: 13;
        font-family: "Times New Roman", Times, serif;
}
INPUT {

        color: Black;
        font-size: 10;
        background: #cccccc;
}
TEXTAREA {
        border: 1 solid Black;
        color: Black;
        font-size: 11;
        background: #cccccc;    
}
P {
        text-indent: 12;
        text-align: justify;
}
H1 {
        font-size : 16;
        font-family : "Times New Roman", Times, serif;
        color : Maroon;
}
H2 {
        color : #FAEBD7;
        font-size : 14;
        font-weight : bold;
        font-family: monospace;
}
.note {
        font-size: 12;
        color: Black;
}
TH {
        background-color: #cccccc;
}
.tbl-left {
  border-top: 1 dashed Black;
}

