﻿body
{
background-color: #C0C0C0;
margin-top: 25px;
margin-left: 25px;
}

table.shell
{
	width: 800px;
	border: 1px solid #00235D;
	background-color: #ffffff;
	
}

td.banner
{
	border-top: 2px solid #00235D;
	border-bottom: 2px solid #00235D;
	background-image: url('images/banner.jpg');
	height: 30px;
}

td.mainContent
{
	font-family: verdana;
	font-size: 12px;
	padding: 5px;
}

table.contentTable
{
	font-family:Verdana;
	font-size:12px;
}

table.disclosure
{
	font-family: verdana;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #000000;
}

.title
{
	font-family: verdana;
	font-size: 13px;
	color: #0E2547;
	font-weight: bold;
}

.subtitle
{
	font-family: verdana;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
}

/*//////////// BEGIN: Nav classes //////////*/
table.navTable
{
	height: 100%;
	padding-top: 10px;
	border-left: 2px solid #FFFFFF;
}

td.nav
{
	padding: 5px;
}

td.leftNav
{

	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;

}

td.leftNav a
{
	display: block;
	width: 230px;
	background: #676698;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	border: solid 1px #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}

td.leftNav a:visited
{
	display: block;
	width: 230px;
	background: #676698;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	border: solid 1px #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}

td.leftNav a:hover
{
	display: block;
	width: 230px;
	background: #B9B8CF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	border: solid 1px #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}

td.DL
{
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	text-align: right;
}

td.DLHeader
{
	color: #052A54;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	text-align: center;
}

/*//////////// END: Nav classes //////////*/