@CHARSET "UTF-8";
body, p {
	font: normal 10pt Arial;
	color: #666666;
}
p {
	text-align: justify;
	margin: 10px 0 15px;
}
a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
a img {
	border: 0;
}
h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
	margin-top: 10px;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: 6px;
}
hr {
	border-top: 1px dotted #cccccc;
	border-bottom: 0 none;
	height: 0;
	margin: 20px 0 10px;
	padding: 0;
}
.subline {
	font-size: .8em;
}
.times_new_roman {
	font-family: "Times New Roman" !important;
}