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

.htmlarea-content-body{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height: 16px;
	background-color:#FFF;
}

h1 {
	color:#000;
	font-size:1em;
	font-weight:bold;
}

h2 {
	font-size:1em;
	font-weight:bold;

}

h3{
	font-size:1em;
	font-weight:bold;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

p{display: block; color: #000;}
