﻿body 
{
}

a:link.nav, a:active.nav, a:visited.nav
{
    color: White;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 12px;
    text-decoration: none
}
a:hover.nav
{
    color: #c0c0c0; 
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
    font-size: 12px; 
    text-decoration: underline
}

.subnav { color: black; font-size: 12px; font-family: "Trebuchet MS"; line-height: 14px }
.subnav a:link { color: black; font-size: 12px; font-family: "Trebuchet MS"; line-height: 14px }
.subnav a:visited { color: black; font-size: 12px; font-family: "Trebuchet MS"; line-height: 14px }
.subnav a:hover { color: #800000; font-size: 12px; font-family: "Trebuchet MS"; line-height: 14px; text-decoration: underline }
.subnav a:active { color: #800000; font-size: 12px; font-family: "Trebuchet MS"; line-height: 14px; text-decoration: underline }
.mainbody { color: black; font-size: 14px; font-family: "Times New Roman"; line-height: 16px }
/* Text-Headlines */
h1
{
	color: black; 
	font-size: 17px; 
	line-height: 17px; 
	text-align: left; 
	top: 1px; 
	vertical-align: 1px;
	font-weight: normal; 
}
h1.tight
{
	margin-top: -1px;
}
.error
{
	color: #FF0000;
	font-weight: bold;
}
tr.footer
{
	background-color: #696969;
	font-size: 12px;
	color: White;
}
tr.footer td
{
	text-align: center;
}
tr.footer td a:link
{
	text-decoration: underline;
	color: White;
}
tr.footer td a:visited
{
	text-decoration: underline;
	color: White;
}
tr.footer td a:active
{
	text-decoration: underline;
	color: White;
}
tr.footer td a:hover
{
	text-decoration: none;
	color: White;
}

