 /* standard CSS def */
 
	.navtext {
		font-family: arial;
		font-size: 8.5pt;
		color: #676767;
		text-decoration: none;
	}
	.inNav {
		font-family: arial;
		font-size: 8pt;
		color: 4B4B4B;
		text-decoration: none;
	}
	.inNavL {
		font-family: arial;
		font-size: 9.5pt;
		color: 65765C;
		font-weight: bold;
		text-decoration: none;
	}
	.content {
		font-family: verdana;
		font-size: 8pt;
		color: 333333;
	}
	.contentquote {
		font-family: verdana;
		font-size: 8.5pt;
		color: #1C5F2F;
		font-weight: bold;
	}
	.maincontent {
		font-family: verdana;
		font-size: 8.5pt;
		color: 737373;
	}
	.maincontentS {
		font-family: verdana;
		font-size: 7.5pt;
		color: 737373;
	}
	
	.heading {
		font-family: verdana;
		font-size: 10pt;
		color: 000066;
		font-weight: bold;
	}
	.headingBig {
		font-family: verdana;
		font-size: 14pt;
		color: 000066;
		font-weight: bold;
	}
	.tableheading {
		font-family: verdana;
		font-size: 10pt;
		color: 3C4530;
		font-weight: bold;
	}
	.tableheadingBig {
		font-family: verdana;
		font-size: 10pt;
		color: #21261A;
		font-weight: bold;
	}
	.link {
		font-family: verdana;
		color: 0000FF;
		text-decoration: none;
		font-weight: bold;
		font-size: 8pt;
	}
	.tablelink {
		font-family: verdana;
		font-size: 8.5pt;
		color: 0000FF;
		text-decoration: none;
		font-weight: bold;
	}
	.exelink {
		font-family: Arial;
		font-size: 9pt;
		text-decoration: none;
		font-weight: bold;
		color: #46BB2E
	}
	.newsLink {
		font-family: verdana;
		font-size: 8pt;
		color: 539D39;
		text-decoration: none;
	}
	.copyright {
		font-family: verdana;
		font-size: 6.5pt;
		color: 9B9B9B;
	}
	.alert {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #FF0000;
	}
	.leftNavTitle {
		font-family: arial;
		font-size: 9pt;
		color: FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	a {
		color: #0000FF;
		text-decoration: none;
	}
	a:visited {
		color: #0000FF;
		text-decoration: none;
	}
	a:hover {
		color: #676767;
		text-decoration: underline;
	}
	a:visited:hover {
		text-decoration: underline;
	}
