img {
	border: 0;
}

img.typ1 {
	float : right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.typ2 {
	float : right;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}

img.typ3 {
	float : left;
	margin-right: 20px;
	margin-top: 10px; 
	margin-bottom: 20px; 
}

img.typ4 {
	float : left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}

img.typ5 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

li {
	padding: 0 0 0.7em 0;
}

table {
	border-collapse: collapse;
}

table.typ1 {
	width: 100%;
}

table.typ2 {
	width: 50%;
}

td.typ1 {
	width: 50%;
	vertical-align: top;
}	

td.typ2 {
	width: 50%;
	vertical-align: bottom;
}	

td.typ3 {
	text-align: right;
}	

td.typ4 {
	text-align: center;
}	

h2 {
	font-size: 1.6em;
}

p.typ1 {
	text-align: center;
}	

