* {
	font: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	color: inherit;
	}

.print {
	display: none;
	}

.clear {
	display: block;
	clear: both;
	}

img		{	display: block; position: relative; width: auto; height: auto;	}
img.left		{	float: left;margin-right: 5px; margin-bottom: 5px; left: 0;	}
img.center	{	margin: auto; float: none;	}
img.right		{	right: 0;	}


ul.list, ul.list li {
	list-style: disc;
	margin-left: 15px;
	padding-left: 0px;
	}
	
#content div.article, #content div.block {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	}