﻿

body
{
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
    margin-top: 0px;
    padding-top: 0px;
    line-height:16px;
}

a:link
{
	text-decoration: none; 
	color: #0033FF;
}
a:visited
{
	text-decoration: none; 
	color: #0033FF;
}
a:hover, a:active
{
	text-decoration: underline; 
	color: #009900;
}

a.footerLinks:link
{ 
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFFFF;
}
a.footerLinks:visited
{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFFFF;
}
a.footerLinks:hover, a.footerLinks:active
{ 
	text-decoration: underline; 
	color: #CCCCCC;
}

.footerText
{
    font-size: 11px;
    color: #999999;
    font-family: Trebuchet MS, Arial;
    padding-top: 0px;
    margin-top: 0px;
    text-decoration: none;
}

.whiteText
{
    color:#FFFFFF;
}

.whiteSearchText
{
    font-size: 10px;
    color:#FFFFFF;
    font-weight:bold;
    padding-left: 4px;
}

.whiteTitle
{
    color: #FFFFFF;
    font-family: Trebuchet MS, Calibri;
    font-size: 19px;
    font-weight:bold;
}

.grayTitle
{
    font-weight:bold;
    font-size:14px;
}

.redtext
{
    color:#FF0000;
}

.dropDown
{
    border-left-color: #009900;
    border-bottom-color: #009900;
    border-top-style: inset;
    border-top-color: #009900;
    border-right-style: inset;
    border-left-style: inset;
    border-right-color: #009900;
    border-bottom-style: inset;
}


