@charset "utf-8";
/* CSS Document */
body 
	{ 
	font-family: Arial;
	font-size: 11px;
	color: #69696D;
	background-color: #fff;
	} 
a
	{
	color: #5a9eef;
	text-decoration: none;		
	}
a:visited
	{
	color: #5a9eef;
	text-decoration: none;		
	}
a:hover
	{
	color: #5a9eef;
	text-decoration: underline;		
	}

