body
{
	margin: 0px;
	background-color: white;
}

table
{
	width: 100%;
	border-collapse: collapse;
	height: 100%;
}

.tblAuto
{
	width: auto;
	height: auto;
}

.rowTop
{
	height: 124px;
	background-color: #c0c9cb;
}

.rowBottom
{
	height: 62px;
	background-color: #c0c9cb;
}

td
{
	font-size: small;
	vertical-align: top;
	color: navy;
	font-family: "Franklin Gothic Book" , Verdana, Tahoma, Arial, Sans-Serif;
	text-align: left;
}

.tdCopyright
{
	font-size: x-small;
	vertical-align: bottom;
	color: white;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tdExtras
{
	font-size: x-small;
	color: white;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tdLogo
{
	vertical-align: bottom;
	text-align: right;
}

.tdMargin
{
	width: 124px;
}

.tdGlacier
{
	vertical-align: bottom;
	width: 340px;
	background-color: #5989b7;
	text-align: left;
}

.tdMenu
{
	text-align: right;
	vertical-align: top;
}

.tdHeader
{
	height: 48px;
}

.tdContent
{
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 80px;
}


h1
{
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: navy;
}

a.content
{
	color: navy;
	background-color: #effafa;
	text-decoration: none;
}

a.content:link 
{
	color: navy;
	background-color: #effafa;
	text-decoration: none;
}

a.content:vlink 
{
	color: navy;
	background-color: #effafa;
	text-decoration: none;
}
a.content:active 
{
	color: navy;
	background-color: #effafa;
	text-decoration: underline;
}

a.content:hover
{
	color: white;
	background-color: #c0c9cb;
	text-decoration: underline;
}

a.copyright
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.copyright:link 
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.copyright:vlink 
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.copyright:active 
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.copyright:hover 
{
	color: #c0c9cb;
	background-color: White;
	font-style: normal;
	text-decoration: underline;
}

.screenONLY
{
	display: inline;
}

.printONLY
{
	display: none;
}
