		h1 {
			font-family : arial;
			font-size : 18pt;
			font-weight : bold;
			color : #000000;
			text-align : left;
		}
		
		
		h2 {
			font-family : arial;
			font-size : 13pt;
			font-weight : bold;
			color : #000000;
			text-align : center;
			line-break-after : 0;
		}
		
		h3 {
			font-family : arial;
			font-size : 10pt;
			font-weight : bold;
			color : #000000;
			text-align : center;
			line-break-after : 0;
		}
		
		p	{
			font-size: 10pt;
			font-style: normal;
			font-family: arial;
			color: #000000;
			line-height: 15pt;
			margin : 10px;
		}
		
		td {
			font-family : arial;
			font-size : 12pt;
			color : #000000;
		}
		
		a {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		
		a:visited {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		
		a:hover {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		
		a:active {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		h1.nav {
			font-family : arial;
			font-size : 18pt;
			font-weight : bold;
			color : #000000;
			text-align : left;
		}
		
		
		h2.nav {
			font-family : arial;
			font-size : 13pt;
			font-weight : bold;
			color : #000000;
			text-align : center;
			line-break-after : 0;
		}
		
		h3.nav {
			font-family : arial;
			font-size : 10pt;
			font-weight : bold;
			color : #000000;
			text-align : center;
			line-break-after : 0;
		}
		
		p.nav	{
			font-size: 12pt;
			font-style: normal;
			font-family: arial;
			color: #000000;
			line-height: 15px;
			margin-right: 20px;
			margin-left: 20px;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		
		td.nav {
			font-family : arial;
			font-size : 12pt;
			color : #000000;
		}
		
		a.nav {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		
		a.nav:visited {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		
		a.nav:hover {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}
		
		a.nav:active {
			font-family : arial;
			font-size : 11pt;
			color : blue;
			font-weight : normal;
			text-decoration : none;
		}

		.imgTable {
			border : 1px black solid;
			background-color : #000000;
		}
		
		.caption {
			font-family : Arial;
			font-size : 10px;
			color : white;
			text-align : center;
		}
		
		.label {
			font-size: 12pt;
			font-style: normal;
			font-family: arial;
			color: #FFFFFF;
			line-height: 15px;
			font-weight : bold;
		}
