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

BODY {
	background: #ffffff;
	color: #000000;
	leftmargin: 0; topmargin: 0; marginwidth: 0; marginheight: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none; }
	
	
a.one:link {color: #0F40A7; font-weight: bold; text-decoration: none}
a.one:visited {color: #0F40A7; font-weight: bold; text-decoration: none}
a.one:hover {color: #0F40A7; font-weight: bold; text-decoration: underline}

a.two:link {color: #ffffff; font-weight: bold; text-decoration: none}
a.two:visited {color: #ffffff; font-weight: bold; text-decoration: none}
a.two:hover {color: #ffffff; font-weight: bold; text-decoration: underline}
	


