﻿
.menu
{
    font-family: verdanal, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 4px;
    text-decoration: none;
}
.menu:hover
{
    font-family: verdanal, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
    margin: 4px;
    text-decoration: none;
}
.HeadingGreen {
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height:110%;
}
.HeadingGrayMedium
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}

.red{color:Red}

.emaillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	margin: 2px;
	text-decoration: none;
}
.Center {
	text-align: center;
}
.HeadingLargeBlue {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	margin: auto;
    text-align: center;
    line-height:110%;
}

.pgBackColour {
	background-color: #FFFFFF;
}


.PreViewBorder {
	border: 1px solid #000000;
}
.BlueCapital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #000080;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height:110%;
}
body
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #373737;
    text-align: left;
    line-height: 150%;
}

