@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
  	padding: 10px 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #fff;
}

a 	{
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}