/* CSS Document */

body {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active  {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
.lessspaced {
	font-size: 9pt;
	font-weight: normal;
	line-height: 13px;
}
.normal {
	font-size: 9pt;
	font-weight: normal;
	line-height: 14px;
}
.abitspaced {
	font-size: 9pt;
	font-weight: normal;
	line-height: 16px;
}
.spaced {
	font-size: 9pt;
	font-weight: normal;
	line-height: 18px;
}
.subtitle {
	font-size: 10pt;
	font-weight: bold;
	line-height: 15px;
}
.bold {
	font-weight: bold;
}
