/* 
    Document   : site
    Created on : May 10, 2004, 8:35 PM
    Author     : th
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
}

p, ul, ol, td, th {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
}

A            { text-decoration: none; }
A:Hover      { text-decoration: underline; }

li { margin-bottom: 4px; }

.title { background-color : #b8944d; color : #990033; }
.heading { background-color : #990033; color : #FFFFA0; }
.bgcolor1	{ background-color : #FFF0E0; }
.copyright { font-size: 8pt; margin-top: 0px; margin-bottom: 0px; }

.teletype { font-family : monospace; }
.header1 { font-size : 12pt; color : #CC0000; font-weight : bold; }
.indent1 { margin-left : 16pt; }
.indentsmall { margin-left : 8pt; }
