@charset "utf-8";
/* CSS basic template */
/* reset browser styles */
html, div, span {
	margin: 0;
	padding: 0;
	border: 1;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #336699;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
