html {overflow: -moz-scrollbars-vertical;}

	A {
		color: 	#003399;  
	}

	A:visited {
		color: #003399;
	}

	A:hover {
		color: #990000; 
	}

	BODY {
		background: #666666;
	}

	BODY, p {
		font-family: arial, sans-serif;
		font-size: 10pt;
	}
	
	.basefont {
		font-family: arial, sans-serif;
		font-size: 10pt;
	}

	.small {
		font-family: arial, sans-serif;
		font-size: 8pt;
	}


	H2 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 120%;
	}

	H3 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 110%;
	}
	
	.footer {
		font-size: 8pt;
		color: #FFFFFF;
	}
	
	A.footerlk {
		text-decoration	: 	none;  
		color			: 	#FFFFFF;  
	}

	A.footerlk:visited {
		color: #FFFFFF;
	}

	A.footerlk:hover {
		text-decoration	: 	underline;  
		color: #FFCC66; 
	}
	
	A.hdg {
		text-decoration	: 	none;  
		color			: 	#FFFFFF;  
	}

	A.hdg:visited {
		color: #FFFFFF;
	}

	A.hdg:hover {
		text-decoration	: 	underline; 
		color: #FFCC66; 
	}

	.white {
		font-size: 10pt;
		color: #FFFFFF;
	}
	
	.feature {
		font-weight: bold;
		font-size: 10pt;
		color: #FFFFFF;
	}
	
	.menu {
		font-size: 8pt;
	}
		
	.header {
		font-weight: bold;
		font-size: 12pt;
		color: #003366; 
	}
	
	strong {
		font-weight: bold;
		color: #003366; 
	}