body {
	background: #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 8pt;
}
a img {
	border: 0px;
}
p,td {
	font-size: 8pt;
}
h1, h2, h3, h4 {
	color: #480;
	font-weight: bold;
	font-family: 'Arial';

}
h1 {
	color: #360;
	font-size: 18pt;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #9c0;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 3px;
}
p {
	text-indent: 1em;
	line-height: 150%;
	text-align: justify;
}
p.first {
	font-size: 9pt;
	font-weight: bold;
}
ul {
	margin-top: 7px;
}
a {
	font-weight: bold;
	color: #360;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #480;
}