@charset "utf-8";
/* CSS Document */

body
	{
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7a7a;
	line-height:15px;
	}
	
a:link 
	{
	text-decoration: none;
	color: #002270;
	}
	
a:visited 
	{
	text-decoration: none;
	color: #002270;
	}
	
a:hover 
	{
	text-decoration: none;
	color: #002270;
	}
	
a:active 
	{
	text-decoration: none;
	color: #002270;
	}