﻿/* 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;
}
H1
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 16pt;
    font-family: Verdana;
    color: #008000;
}
.H1
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 16pt;
    font-family: Verdana;
    color: #008000;
}
H2
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14pt;
    font-family: Verdana;
    color: #006d00;
}
.H2
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14pt;
    font-family: Verdana;
    color: #006d00;
}
H3
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13pt;
    font-family: Verdana;
    color: #800080;
}
.H3
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13pt;
    font-family: Verdana;
    color: #800080;
}
H4
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana;
    color: #005d00;
}
.H4
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana;
    color: #005d00;
}
H5
{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    color: #004000;
}
.H5
{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    color: #004000;
}
/* Define masterpage banner text and background color */
.bannertxt
{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 12pt;
    font-family: Verdana;
    color: #786318;
}
.banner
{
    background-color: #fdfdfd;
}
/* define login text, menubar color */
.logintxt
{
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    font-size: 9pt;
    font-family: Verdana;
    color: #786318;
}
.menu
{
    background-color: #077f07;
}
/* Define tables with header */
.newtable
{
    border-width:thin;
    border-color:Gray;
    border-style:solid;
}
.tblhdr
{
    text-align: center;
    background-color: #1b771b;
    font-size: 10pt;
    font-weight: bold;
    color: #fefe80;
}
.tblcell
{
    background-color: #d1fcd1;
    color: #003300;
}
.tblsmoke
{
    background-color: #f5f5f5;
    color: #003300;
}
/* define basic column colors */
.color1
{
    background-color: #dbcd9e;
}
.color2
{
    background-color: #fcfbce;
}
.color3
{
    background-color: #cbfcc0;
}
table
{ 
margin-left: auto;
margin-right: auto;
}
