@charset "iso-8859-2";
/* CSS Document */
.header {
	background: url(contents/backgrounds/header_grad.png) repeat-y;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}
.content {
	background: none;
	padding: 10px;
	padding-bottom: 25px;
	border-top: none;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.content ul li {
	margin-top:3px;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:25px;
	line-height: 14px;
}