﻿body {
	background-color: #FFFFFF;
}

td
{
    font: 12pt Verdana, Arial;
    color: #000000;
    font-weight: normal;
    font-style: normal;
}

.listitem
{
    font: Verdana;
    font-size: small;
    table-layout: fixed
    color: #000000; 
    display:list-item;
    
} 
   
.h1
{
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #000080;
    text-decoration: underline;
    text-align: center;
}

.h2
{
    font-size: 14pt;
    font-family: verdana;
    font-weight: bold;
    font-style: normal;
}

.h3
{
    font-size: 14px;
    font-family: verdana;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}


.events
{
    font-family: verdana;
    font-size: smaller;
    font-weight: lighter;
    color: #000080;
}

a:hover
{
    font: normal 11px Verdana, Arial;
    color: #000000;
    text-decoration: none;
}

a.white-link-underline
{
    text-decoration: underline;
    color: #FFFFFF;
}

.content-text
{
    font: normal 12px verdana;
    color: Black;
    text-decoration: none;
}

.white-text{
color: #ffffff;

}


.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}

