@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
}


p {
	font:12px Arial, Helvetica, sans-serif;
	padding:2px 0px 4px 0px;
	margin:0px;
	line-height:16px;
	color:#333333;
}


a, a:link, a:active {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#336699;
	text-decoration:none;
}

