html, body, table
{
font-size: 10pt;
font-family: Helvetica, Arial, sans-serif;
background: #E6E6F6;
}

h1
{
color: #009;
font-size: 16pt;
font-weight: bold;
}

h2
{
color: #009;
font-size: 14pt;
font-weight: bold;
}

h3
{
color: #009;
font-size: 12pt;
font-weight: bold;
}

h4
{
color: #009;
font-size: 11pt;
font-weight: bold;
margin-bottom: 1px;
}

h5
{
color: #009;
font-size: 10pt;
font-weight: bold;
}

h6
{
color: #009;
font-size: 10pt;
font-weight: bold;
font-style: italic;
}

table
{
border-collapse: collapse;
}

dt
{font-weight: bold}

address
{
font-weight: normal;
font-style: normal;
}


