﻿body
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    margin-top: 0px;
    padding-top: 0px;
}

a:link
{
	text-decoration: none; 
	color: #460803;
}
a:visited
{
	text-decoration: none; 
	color: #460803;
}
a:hover, a:active
{
	text-decoration: underline; 
	color: #460803;
}

a.bold:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #AF0206;
}
a.bold:visited
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #AF0206;
}
a.bold:hover, a:active
{ 
	text-decoration: underline; 
	color: #AF0206;
}

.footerText
{
    font-size: 9px;
    color: #460803;
    font-family: Verdana;
    padding-top: 0px;
    margin-top: 0px;
    text-decoration: none;
}

.sectiontitle
{
    color:Maroon;
    font-family:Verdana;
    font-size:17px;
    font-weight: bold;
    padding-bottom: 12px;
    text-align:center;
}