﻿
table {
	border: 2px solid #FF00FF;	
	width: 100%;
	}
tr {
	border: 2px solid #FF00FF;
	width: 100%;
	height: 35px;
	font-size: 10.0pt;
	font-family: Arial, sans-serif;
}
td {
	border: 5px;
	width: auto;
	border-color: fuchsia;
	font-size: large;
	font-family: Arial, sans-serif;
	background-color: #CCCCFF;
}

.table {
	border: 2px solid #FF00FF;	
	width: 100%;
	}
.tr {
	border: 2px solid #FF00FF;
	width: 100%;
	border-color: fuchsia;
	font-size: 10.0pt;
	font-family: Arial, sans-serif;
}
.td {
	border: 5px;
	width: auto;
	border-color: fuchsia;
	font-size: 10.0pt;
	font-family: Arial, sans-serif;
}
.td-stylenr {
	border-left: 0px solid #00FF00;
	border-right: 3px solid #00FF00;
	border-top: 0px solid #00FF00;
	border-bottom: 0px solid #00FF00;
	background-color: #C0C0C0;
	width: 20%;
	height: 40px;
}
.td-person {
	border-left: 0px solid #00FF00;
	border-right: 3px solid #00FF00;
	border-top: 0px solid #00FF00;
	border-bottom: 0px solid #00FF00;
	background-color: #C0C0C0;
	text-align: center;
	width: 20%;	
}

.td-stylebew {
	border-left: 0px solid #00FF00;
	border-right: 3px solid #00FF00;
	border-top: 0px solid #00FF00;
	border-bottom: 0px solid #00FF00;
	background-color: #00FFFF;
	width: 20%;
	height: 40px;	
}
