@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00C;
}
a:visited {
	color: #930;
}
a:hover {
	color: #09C;
}
a:active {
	color: #F00;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #009;
}
h2 {
	font-size: 24px;
	color: #009;
}
h3 {
	font-size: 18px;
	color: #009;
}
h4 {
	font-size: 16px;
	color: #009;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #009;
	font-weight: bold;
}

