@charset "utf-8";
/* CSS Document */

@import url("css/stylesheet.css");


* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #333;
}
.clearer {
	clear: both;
}
a img {
	border: none;
	border-collapse: collapse;
}