body {
scrollbar-base-color: #deecfd;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #bad2f0;
}
/* DIV STYLES */

.H2  {
	font-family : Arial;
	color : #32297d;
	font-size : 10pt;
	font-weight: bold;
 }

.content  {
	font-family : Arial;
	color : #000000;
	font-size : 9pt;
	 }



/* LINK COLOURS AND STYLES */
a:link { 
	color: #6eb2e2;
	text-decoration: none;
	font-family : Arial;
	font-size : 9pt;
	font-weight: bold;
	}
a:visited { 
	color: #6eb2e2;
	text-decoration: none;
	font-family : Arial;
	font-size : 9pt;
	font-weight: bold;
	}
a:hover { 
	color: #383788;
	text-decoration: none;
	font-family : Arial;
	font-size : 9pt;
	font-weight: bold;
	}

.copyright {
	font-family: Arial;
	font-size: 8pt;
	color: #5d8ec7;
}

		A.footer:link  {
		font-family: Arial;
		font-size: 8pt;
        	color : #5d8ec7;
        	text-decoration : none;
        }
        
        A.footer:visited  {
        	color : #5d8ec7;
			font-family: Arial;
			font-size: 8pt;
			text-decoration : none;
        }
        
        A.footer:hover  {
        	color : #5d8ec7;
			font-family: Arial;
			font-size: 8pt;
        	text-decoration : none;
        }

		