* {
	margin: 0;
	padding: 0;
	
	text-align: left;
	background: #ffffff;
	color: #000000;
	font-size: 0.8em;
}

img {
	display: none;
}

img.logo {
	display: block;
}

th {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: blue;
}

#preloader { display: none; }

td
{
	padding-right: 4px;
}

caption
{
	text-align: left;
	font-weight: bold;

}

.colHeadline
{
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	margin-left: 2px;
}

ul {
	list-style-position: inside;
	margin-left: 2px;
}

h1, ul, table, p {
	padding-bottom: 0.5em;
}

h2 {
	padding-top: 0.5em;
}
