body { 
    background: white;
    color: black; 
}

body, td { 
    font-family: arial, sans serif; 
    font-size: 9pt; 
}

table { 
    border-collapse: collapse; 
} 

td { 
    vertical-align: top; 
    padding-right: .5em;
}

td.thumb { 
    padding: 0 0 1em 0;
}

td.rule { 
    padding: .5em 1em 1em 1em;
}

td.grule { 
    padding: .5em 1em 1em 1em;
}

img.thumb { 
    border: thin solid black;
}

img.splash { 
    margin-bottom: .5em;
    border: thin solid black; 
}

h1 { 
    font-size: 12pt; 
    font-weight: bold; 
}

h2 { 
    font-size: 11pt; 
    font-weight: bold; 
}

h3 {
    font-size: 10pt; 
    font-weight: bold; 
}

a { 
    color: #666666; 
}

small { 
    font-size: 8pt; 
}

hr { 
    border: none;
    border-top: thin solid black;
}

.hidden {
    color: red;
    font-size: 8pt;
    font-weight: bold;
}


