body { 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: #FFFFFF;
    color: #004E98;
    margin: 10;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: ;
    }
    
h1 {
    font-size: 30pt;
    text-align: center;
    }    
    
h2 {
    font-size: 20pt;
    text-align: center;
    }    

h3 {
    font-size: 15pt;
    text-align: center;
    }    

h4 {
    font-size: 12pt;
    text-align: center;
    }    

p {
    text-align: justify;
    }    

a:link {
    text-decoration: underline;
    font-weight: bold;
    color: #000080;
    }

a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #000080;
    }
    
a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
    }    

a.sort:link {
    color: black;
    }

a.sort:visited {
    color: black;
    }
    
a.sort:hover {
    color: red;
    }    

input {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
	}

select {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

table { 
    font-size: 8pt; 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    align: justify;
	}

th { 
    align: center;
    color: #FFFFFF;
    background: #123456;
	}

tr.firstrow { 
    background: #C0C0C0;
	}

table.searchtable { 
    background: #123456;
    color: #ffffff;
	}


