@charset "UTF-8";
/* CSS Document */

body{
	font-family:century gothic, arial, helvetica;
	font-size:8pt;
	line-height:10pt;

	
}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#888;
	}
a:hover{
	color:#000000;
	cursor: help;	}