.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #0066FF;
    text-align: center;
    text-decoration: inherit;
    font-weight: normal;
    line-height: 9px
}

.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    text-align: left;
    text-decoration: inherit;
    font-weight: bold;
    line-height: 20px
}

.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    text-align: center;
    text-decoration: inherit;
    font-weight: bold;
    line-height: 20px
}

.style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    text-align: center;
    text-decoration: inherit;
    font-weight: bold;
    line-height: 9px
}

.style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    text-align: center;
    text-decoration: inherit;
    font-weight: normal;
    line-height: 12px
}

.style6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    text-align: center;
    text-decoration: inherit;
    font-weight: normal;
    line-height: 20px
}

.style9 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #000000;
    text-align: justify;
    text-decoration: inherit;
    font-weight: normal;
    line-height: 20px
}

.style10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    text-align: justify;
    text-decoration: inherit;
    font-weight: normal;
    line-height: 20px
}

BODY {
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-family: Arial, Helvetica, serif;
    font-size: 0.8em;
}

p,
br {
    font-family: Arial, Helvetica, serif;
    line-height: 150%;
    color: black;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-indent: 0px;
}

a:link {
    color: #0F4C81;
    text-decoration: none;
    font-family: Arial, Helvetica, serif;
    line-height: 150%;
}

a:visited {
    color: #0F4C81;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

td,
tr {
    font-family: Arial, Helvetica, serif;
    color: black;
}

ul {
    font-family: Arial, Helvetica, serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-left: 0px;
}

h2 {
    font-family: Arial, Helvetica, serif;
    color: #0F4C81;
    text-align: center;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.forms {
    color: #000000;
    font-family: Arial, Helvetica, serif;
    font-weight: normal;
    text-align: left;
    font-size: 0.8em;
    background: #E4DFCB;
    border: 1px solid black;
    height: 20px;
}

.textarea {
    color: #000000;
    font-family: Arial, Helvetica, serif;
    font-weight: normal;
    text-align: left;
    font-size: 0.8em;
    background: #E4DFCB;
    border: 1px solid black;
}

.button {
    color: #000000;
    font-family: Arial, Helvetica, serif;
    font-weight: normal;
    text-align: center;
    font-size: 0.em;
    background: #E4DFCB;
    border: 1px solid black;
    height: 20px;
}

.pagetitle {
    font-family: Arial, Helvetica, serif;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted #000080;
    height: 22px;
    margin-top: 5px;
    margin-left: 2px;
}

.table {
    border-right: 1px solid #000;
    background: #f3f2f8;
}

.tableheader {
    color: white;
    font-family: Arial, Helvetica, serif;
    font-weight: bold;
    color: #fff;
    background: #0F4C81;
    border-left: 1px solid black;
    border-bottom: 1px dotted black;
}

.tablecontent {
    color: black;
    font-family: Arial, Helvetica, serif;
    font-weight: normal;
    text-align: left;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    background: #f3f2f8;
}