

<STYLE type="text/css">
    BODY, Table {
		color: Navy;
		font-family: Arial;
		font-size: 12pt;
		} 
	.pageTitle {
		color: black;
		font-family: Arial;
		font-size: 14pt;
		}
	.appNav {
		color: Navy;
		font-family: Arial;
		font-size: 8pt;
		text-decoration: none;
		}
	.heading1 {
		color: Navy;
		font-family: Arial;
		font-weight: 700;
		font-size: 12pt;
		}
	.heading2 {
		color: Navy;
		font-family: Arial;
		font-weight: 700;
		font-size: 12pt;
		}
	.heading3 {
		color: white;
		font-family: Arial;
		font-weight: 700;
		font-size: 18pt;
		}
	.cutline {
		color: black;
		font-family: Arial;
		font-weight: 400;
		font-size: 8pt;
		}
	.tableResults {
		background: Navy;
		}
	.tableResultsOuter {
		background: Navy;
		}
	.tableHeading {
		color: White;
		font-family: Arial;
		font-weight: 700;
		font-size: 10pt;
		text-decoration: none;
		background-image: url(images/tile_back.gif);
		}
	.tableHeading2 {
		color: Navy;
		font-family: Arial;
		font-weight: 700;
		font-size: 10pt;
		text-decoration: none;
		background: silver;
		}		
	.tableData {
		color: Navy;
		font-family: Arial;
		font-weight: 400;
		font-size: 10pt;
		}
		
	.tableGrey {
		color: Gray;
		font-family: Arial;
		font-weight: 400;
		font-size: 10pt;
		}
		
	.tableData2 {
		color: Navy;
		font-family: Arial;
		font-weight: 400;
		font-size: 8pt;
		}
	a{
		text-decoration:none;
		}
	a:active{
		color:navy;
		}
	a:visited{
		color:navy;
		}
	a:hover{
		color:red;
		}
	a:link{
		color:Navy;
		}

	
</STYLE>