a {
	color: rgb(64,0,16);
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
a:visited {
	color:rgb(64,0,32);
	text-decoration:none;
}
a:hover {
	color:rgb(255,128,0);
	text-decoration:underline;
}
a:active {
	color:(255,192,0);
	text-decoration:none;
}
p {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
div {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
td {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.liten {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
h1 {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
}
h2 {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
}
h3 {
	color: rgb(16,0,64);
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
}
.info {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: rgb(192,128,0);
}
i {
	color: rgb(128,128,128);
}