﻿body {
	font-family: Arial;
	font-size: 12px;
	border-spacing: 0px;
	text-align: center;
	top: 0px;
}
table {
	padding: 0px;
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	width: 90%;
}
.menu {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 9px;
	background-color: #D57762;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: black;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: red;
}
table.width800 {
	width: 800px;
}
table.90 {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img.box {
	border: 1px solid #000000;
}
td.box {
	text-align: center;
	vertical-align: bottom;
}
td.left {
	text-align: left;
	background-color: #F0F0F0;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
td.right {
	text-align: right;
	background-color: #F0F0F0;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
td.vertikal {
	vertical-align: top;
	text-align: center;
}
td.top {
	text-align: center;
	vertical-align: top;
}
.three-column {
	padding: 1em;
	-moz-column-count: 3;
	-moz-column-gap: 1em;
	-webkit-column-count: 3;
	-webkit-column-gap: 1em;
	column-count: 3;
	column-gap: 1em;
	font-size: x-small;
}
