/* CSS Document */

body
{
    background-color: #D6DAD1;
}

.welcometext
{
    font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding: 16px;
}

h1 {text-align:center; font-family:"Times New Roman", Times, serif;}

.welcometext A
{
	color: #333333;
	text-decoration: underline;
}

.welcometext A:hover
{
	color: #666666;
	text-decoration: underline;
}

.welcometext A:visited
{
	color: #454545;
}

.sitebodytext
{
    font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding: 8px;
}

.sitebodytext A
{
	color: #283A56;
	text-decoration: underline;
}

.sitebodytext A:hover
{
	color: #496492;
	text-decoration: underline;
}

.sitebodytext A:visited
{
	color: #365382;
}

.whitecell
{
	background-color: #FFFFFF;
}

.copybottom
{
    background-color: #333333;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	padding: 3px;
	border-top: solid 1px #A7B399; text-align:center;
}

.copybottom A
{
	color: #FFFFFF;
	text-decoration: underline;
}

.copybottom A:hover
{
	color: #F1F40C;
	text-decoration: underline;
}

.copybottom A:visited
{
	color: #EAEAEA;
}

.tableborder
{
    border: solid 1px #666666;
}


.menubg
{
   background-color: #F4F2E3; padding-bottom:10px;
}

.menutext
{
    font-family: Geogria, Times New Roman, Garamond, Serif;
	font-size: 9pt;
	padding: 3px;
	color: #000000;
	text-align: center;
}

.menutexttitle
{
    font-family: Garamond, Georgia, Times New Roman, Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
