body {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 18pt;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}


.CodeArea {
	padding: 10px;
	
	background: #FEF3A7;
	border: solid 1px #FF8040;
}

.image {
	text-align: center;
}

table {
	border-collapse: collapse;
}


.TBHeadline {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}


.LeftRow {
	border-right: 1px solid #000000;
	margin-right: 20px;
}
.RightRow {
	border-left: 1px solid #000000;
	margin-left: 20px;
}