@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background:#e1e1e1;
}

select:focus{outline: none;}
input:focus{outline: none;}


a
{
	text-decoration:none;
	color:#f0f0f2;
}
a:hover
{
	text-decoration:underline;
	color:#f0f0f2;
}