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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-top: 15px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #903;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #000;
}
h2 {
	font-size: 18px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #903;
}
h4 {
	font-size:12px;
	color: #333;
}
