@font-face {
    font-family: "PT Serif";
    font-weight: normal;
    font-style: normal;
    src: url(PTSerif.ttf);
}
@font-face {
    font-family: "PT Serif";
    font-weight: bold;
    font-style: normal;
    src: url(PTSerif-Bold.ttf);
}
@font-face {
    font-family: "PT Serif";
    font-weight: normal;
    font-style: italic;
    src: url(PTSerif-Italic.ttf);
}
@font-face {
    font-family: "PT Serif";
    font-weight: bold;
    font-style: italic;
    src: url(PTSerif-BoldItalic.ttf);
}

body    
    {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    background-color: #FFFFFF;
    font-family: 'PT Serif', serif, times;
    font-size: 1.2em; line-height: 1.2em;
    }
p,div,pre
    { 
    font-family: 'PT Serif', serif, times;
    font-size: 1.2em; line-height: 1.2em;
    margin-top: 0.5em; margin-bottom: 0.5em; 
    }

a
    {
    color: blue; 
    text-decoration: none; 
    }
a:hover
    {
    color: #FF0000; 
    text-decoration: underline; 
    }
h1
    {
    font-size: 110%; 
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    }
h2
    {
    font-size: 110%; 
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    }
h3
    {
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    }
big
    {
    font-size: 1.3em; 
    font-weight: normal;
    }

em
    {
    font-style: normal;
    color: #FF0000; 
    }
strong
    {
    font-style: normal;
    font-weight: bold;
    color: #FF0000; 
    }
small
    {
    color: #FF0000; 
    font-size: 80%; 
    line-height: 1.2em;
    }
table
    {
    background:#EAEADB;
    } 
td, .td
    {
    font-size: 1em;
    background:#FFFFFF;
    }
th
    {
    background:#EAEADB;
    }
.nav    
    { 
    font-size: 12px; 
    }

.t0
    {
    font-size: 115%; 
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    }   
.t1
    {
    font-size: 115%; 
    color: #FF0000;
    margin-top: 5px;
    margin-bottom: 5px;
    }
.t2
    {
    color: #FF0000;
    font-weight: bold;    
    margin-top: 5px;
    margin-bottom: 5px;
    }
.t3
    {
    color: #FF0000; 
    margin-top: 10px;
    margin-bottom: 10px;
    }
.t4
    {
    color: #FF0000;
    margin-top: 5px;
    margin-bottom: 5px;
    }
.cd
    {
    margin-top: 5px;
    margin-bottom: 5px;
    }
.b
    {
    margin-left: 20px;
    }
.c
    {
    margin-left: 15px;
    }
.d
    {
    margin-left: 0px;
    }
.txt
    {
    margin-top: 5px;
    margin-bottom: 5px;
    }
.cyt
    {
    margin-top: 5px;
    margin-bottom: 5px;
    color: gray;
    }
.rsp
    {
    }
.red
    {
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 5px;
    }
.right
    {
    color: #FF0000;
    text-align: right;
    }
.foot
    {
    font-size: 8pt; 
    }   
