﻿/* Define normal text */
P
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana;
}
TD
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana;
    text-align: left;
}
H1
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 16pt;
    font-family: Verdana;
    color: #00447c;
}
.H1
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 16pt;
    font-family: Verdana;
    color: #00447c;
}
H2
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14pt;
    font-family: Verdana;
    color: #007cc2;
}
.H2
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14pt;
    font-family: Verdana;
    color: #007cc2;
}
H3
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13pt;
    font-family: Verdana;
    color: #01335b;
}
.H3
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13pt;
    font-family: Verdana;
    color: #01335b;
}
H4
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana;
    color: #01335b;
}
.H4
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana;
    color: #01335b;
}
H5
{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    color: #01335b;
}
.H5
{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    color: #01335b;
}
/* Define masterpage banner text and background color */
.bannertxt
{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 12pt;
    font-family: Verdana;
    color: #01639a;
}
.banner
{
    background-color: #ffffff;
}
/* define login text, menubar color */
.logintxt
{
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    font-size: 9pt;
    font-family: Verdana;
    color: #00447c;
}
.menu
{
    background-color: #286ab6;
}
/* Define tables with header */
.newtable
{
    border-right: gray thin solid;
    border-top: gray thin solid;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
}
.tblhdr
{
    text-align: center;
    background-color: #2268a0;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}
.tblcell
{
    background-color: #c5ddf5;
    color: #224474;
}
.tblsmoke
{
    background-color: #f5f5f5;
    color: #224474;
}
/* define basic column colors */
.color1
{
    background-color: #a5d957;
}
.color2
{
    background-color: #93b9ee;
}
.color3
{
    background-color: #c5ddf5;
}
table
{ 
margin-left: auto;
margin-right: auto;
}
