﻿body
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    text-align:left;
}
h1
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 11pt;
    color: white;
    background-color: purple;
}
h2
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 11pt;
    color: purple;
}
h3
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 12pt;
    
}
h4
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: white;
    background-color: purple;
}
h5
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 4px;
}
h6
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: purple;
    background-color: white;
    border-right: purple thin solid;
    border-top: purple thin solid;
    border-left: purple thin solid;
    border-bottom: purple thin solid;
    margin-top: 0px;
    margin-bottom: 7px;
}
tr
{
    text-align:center;
}

dl
{
    font-family: Times New Roman, Serif;
    font-size:10px;
    font-style:oblique;
}
p
{
    text-align:left;
}
ul
{
    text-align:left;
}
ol
{
    text-align:left;
}
li
{
    text-align:left;
}
td
{
    vertical-align:top;
}
dl
{
    text-align:center;
}
