@charset "utf-8";
/* CSS Document */

table {
	border: thick solid #990000;
}

td {
	border: thin solid #990000;
}

th {
	border: thin solid #990000;
}

table .logotable {
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	border-bottom: solid thick #990000;
}

.logotd {
	border: hidden;
}