/* CSS Document */
#tblred {
	border: 1px dashed Red;
	width: 80%;
	color: #640000;
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 8px;
	vertical-align: middle;
	border-top-style: dashed;
	border-top-width: 1;
	border-top-color: Red;
}
table {
	border-collapse: collapse;
}
table caption {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
}
tr #bold {
	border: medium solid;
}
