body {
	font-family: Tahoma, Verdana, "Trebuchet MS", "Microsoft sans serif", Arial, sans-serif;
	font-size: 0.9em;
	padding: 1em;
}

table {
	border-collapse: collapse;
}

table caption {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

th {
	text-align: left;
	vertical-align: top;
}


td {
	vertical-align: top;
	text-align: left;
	padding: 0.2em;
}

table.matrix {
	border: none;
}

table.matrix td.value {
	text-align: center;
}

table.matrix a,
table.matrix a:link,
table.matrix a:visited,
table.matrix a:hover,
table.matrix a:active {
	text-decoration: none;
	background: transparent;
	cursor: default;
}

table.text {
	font-size: 90%;
	margin: 0 auto 1.6em auto;
	border-collapse: collapse;
	table-layout: auto;
	padding-bottom: 1.6em;
	background-color: white;
	border: 2px groove black;
}

table.text td {
	vertical-align: top;
	text-align: left;
	padding: 0.2em 0.2em;
	border: 1px solid #AAAAAA;
}

table.text th {
	font-weight: bold;
	line-height: 1.5em;
	color: white;
	margin: 0;
	padding:0.3em;
	text-align: left;
	vertical-align: top;

	background: #333333;
	border: 1px solid black;
	font-size: 1.1em;
}

table.text td ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

table.text td ul li {
	padding: 0;
	margin: 0;
}

td.nowrap {
	white-space: nowrap;
}

table.text td.background {
	background: #f0f0f0;
}

table.text th.headers {
	weight: bold;
	background: #cccccc;
	color: black;
	vertical-align: top;
	padding: 0.3em;
}

img {
	text-align: center;
	display: block;
	border-style: ridge;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}


div.log {
	font-size: 0.7em;
	margin: 2em;
	padding: 1em;
	background: #f0f0f0;
}

div.log p {
	margin: 0;
	padding: 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.caption {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0;
}
