body {
	/* the body style will be redundantly applied to the document's BODY tag... */
	background-image: url('images/back.gif');
	background-repeat: repeat-y;
	padding:0px;
	margin:0px;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;	
}
#maindiv h1 {
	font-size:14pt;
}
#maindiv h3 {
	font-size:12pt;
	font-weight:bold;
}
#maindiv .big {
	font-size:12pt;
	font-weight:bold;
}
#maindiv .small {
	font-size:8pt;
}
.kredit {
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	color:#777777;
}
ul {
	list-style-type:square;
}

