@charset "utf-8";
/* CSS Document */

body, li, div, p, table, td
	{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	background-color:#fff;
	}
a:link, a:visited
	{
		color:#1A6EBE;
	}
a:hover
	{
		color:#B6AC53; text-decoration:underline;
	}