@CHARSET "UTF-8";

table{
	border-collapse: collapse;
	caption-side: bottom;
	border-spacing: 0px;
	empty-cells: show;
	border: solid 1px black;
}

caption{
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 110%;
}

td{
	border: solid 1px black;
}

th{
	font-family: Tahoma, Helvetica, sans-serif;
	border: solid 1px black;
}

pre{
	margin: 0px 20px 0px 20px;
	padding: 2px 2px 2px 2px;
	background-color: #F0F0F0;
	border: solid 1px lightgrey;
}
