﻿		body {
			font-family: Arial;
			font-size: 10pt;
			color: #000;
			margin: auto;
		}
		
		p { font-face: arial;
			font-size: 10pt;
	    } 
		
		.desc { padding-bottom: 5px; }
		
		.other { 
			padding-top: 2px; 
			padding-bottom: 2px; 
			font-size: 9pt;
			}
		
		a {
			font-face: arial;
			font-size: 10pt;
			
		}
		h1 {
			font-face: arial; line-height:10px;
			font-size: 14px;
			
		}
		
		h2 {
			font-face: arial; line-height:10px;
			font-size: 12px;
			
		}
		
		a.footer, a:active.footer, a:hover.footer, a:link.footer, a:visited.footer {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 8pt;
			color: #fff;
			text-decoration:none
		}
		a:hover.footer{
			color:#fff;
			text-decoration:underline;
		
		}
		
