﻿p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}


h2
{
    font-size: x-large;
    color: #0B4477;
}

h3
{
    font-size: large;
    font-weight: Bold;
    color: #0B4477;
}

h3.ital
{
    font-size: large;
    font-weight: Bold;
    font-style: italic;
    color: #0B4477;
}

h4
{
    font-size: medium;
    color: #0B4477;
    font-weight: Bold;
}

h4.ital
{
    font-size: medium;
    color: #0B4477;
    font-weight: Bold;
    font-style: italic;
}

h5
{
    font-size: 80%;
    font-weight: normal;
    color: #0B4477;
}

h5.yellow
{
    font-size: 80%;
    font-weight: normal;
    color: #fff799;
}

h5.Blue
{
    font-size: 80%;
    font-weight: normal;
    color: #6ebce9;
}

h5.BlueItalic
{
    font-size: 80%;
    font-weight: normal;
    color: #6ebce9;
    font-style: italic;
}

h5.Green
{
    font-size: 80%;
    font-weight: normal;
    color: #6b9b35;
}

h5.GreenItalic
{
    font-size: 80%;
    font-weight: normal;
    color: #6b9b35;
    font-style: italic;
}

em.LabelText
{
    font-size: 100%;
    font-weight: normal;
    color: #336600;
}

em.L_Header_NoSpace
{
    font-size: x-large;
    font-weight: Bold;
    font-style: normal;
    color: #2974a7;
}

em.XL_Header_NoSpace
{
    font-size: x-large;
    font-weight: Bold;
    color: #2974a7;
}

.ItalDKBlue
{
    font-style: italic;
    color: #0B4477;
}

.DKBlue
{
    font-style: normal;
    color: #0B4477;
}

.ItalDKBlueCenter
{
    font-style: italic;
    color: #0B4477;
    text-align: center;
}

.ItalBlue
{
    font-style: italic;
    color: #2974a7;
}

.ItalGreen
{
    font-style: italic;
    color: #6b9b35;
}

.LabelText
{
    font-style: italic;
    font-size: 100%;
    font-weight: normal;
    color: #336600;
}

font.LabelText
{
    font-size: 100%;
    font-weight: normal;
    color: #336600;
}

li em
{
    font-size: 90%;
    font-weight: bold;
    color: black;
    font-style: normal;
}

li i
{
    font-size: 90%;
    font-style: italic;
    font-weight: normal;
    color: red;
}

li a   
{
    color: #0B4477;
    font-weight: bold;
    font-size: 100%;
}

li a:hover 
{
     color: #6b9b35;
     background-color: transparent;
     text-decoration: underline;
     font-size: 100%;
}

li a:active 
{
     color: #6b9b35;
     font-size: 100%;
     background-color: transparent;
}


a   
{
    color: #0B4477;
    font-weight: normal;
    font-size: 100%;
}

a:hover 
{
     color: #6b9b35;
     background-color: transparent;
     text-decoration: underline;
     font-size: 100%;
}

a:active 
{
     color: #6b9b35;
     font-size: 100%;
     background-color: transparent;
}

.cellpadding
{
    padding-left: 2px;
    padding-right: 2px;
}
