body
{
    background-image: url(splash_bg.gif);
    background-repeat: repeat-x;
	background-color: #FFF9E4;
    font-size: 12px;
	font-family: Arial, sans;
    color: #ffffff;
	margin: 0px;
}

td
{
	font-size: 12px;
	font-family: Arial, sans;
    color: #ffffff;
}

.main
{
	position: relative;
	width: 772px;
	height: 100%;
	vertical-align: top;
}

.content
{
	padding: 15px;
	line-height: 24px;
}

.headline
{
	font-style: italic;
	color: #6680B1;
	font-size: 18px;
}

.tableHead
{
	font-size: 11px;
	background-color: #FFF3C9;
    color: #003B6A;
	font-weight: bold;
}

.tableData
{
	font-size: 11px;
	background-color: #ffffff;
    color: #000000;
}

.footer
{
	text-align: center;
	color: #FFF3C9;
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
}

a { color: #ffffff; text-decoration: none }
a:visited { color: #ffffff; text-decoration: none }
a:hover { color: #ffffff; text-decoration: none }
a:active { color: #ffffff; text-decoration: none }

.navCell { background-color: #6680B1 }
.highlight { background-color: #075A9A }

.navLink { font-size: 11px; text-decoration: none } 
.navLink:visited { font-size: 11px; text-decoration: none }
.navLink:hover { font-size: 11px; text-decoration: none }
.navLink:active { font-size: 11px; text-decoration: none }

.contentLink { font-size: 12px; color: #6680B1; font-weight: bold; text-decoration: none } 
.contentLink:visited { font-size: 12px; color: #6680B1; font-weight: bold; text-decoration: none }
.contentLink:hover { font-size: 12px; color: #6680B1; font-weight: bold; text-decoration: underline }
.contentLink:active { font-size: 12px; color: #6680B1; font-weight: bold; text-decoration: none }
