@charset "utf-8";
/* CSS Document */
h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}




A:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:active {
    text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #000000;
}
title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

