* {
	font-size: 9pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a, a:visited, a:link {
	color: #003f8c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #6881bb;
	text-decoration: underline;
}

a.nav, a.nav:link, a.nav:visited {
	font-size: 11pt;
	color: #003f8c;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	font-size: 11pt;
	color: #6881bb;
	font-weight: bold;
	text-decoration: none;
}

a.nav-contact, a.nav-contact:link, a.nav-contact:visited {
	font-size: 8pt;
	color: #003f8c;
	font-weight: bold;
	text-decoration: underline;
}

a.nav-contact:hover {
	font-size: 8pt;
	color: #6881bb;
	font-weight: bold;
	text-decoration: underline;
}


div.big-header {
	font-size: 16pt;
	color: #003f8c;
	font-weight: normal;
	line-height: 100%;
}

div.header {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

div.white-text {
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
}

div.nav-contact {
	font-size: 8pt;
	color: #003f8c;
	font-weight: bold;
	line-height: 150%;
}

td.footer {
	background: #003f8c;
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
	line-height: 100%;
	padding: 5px 20px 0px 5px;
	line-height: 150%;
}

td.bullets {
	padding: 0px 0px 0px 25px;
}

td.main {
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 40px 50px 15px 25px;
	line-height: 150%;
}

td.left-nav {
	background: #dddddd;
	font-size: 11pt;
	color: #6881bb;
	font-weight: bold;	
	text-align: left;
	vertical-align: top;
	padding: 50px 13px 10px 30px;
	line-height: 80%;
}

td.blue {
	background: #003f8c;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center
	
}