@charset "UTF-8";
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0079c2;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	list-style-type: disc;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 0px;
}
