@charset "utf-8";
/* CSS Document */

.brackettop {
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: thin;
}
.brackettopright {
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
}
.bracketright {
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: thin;
}
.bracketbottomright {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
}
.bracketbottom {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
}
.bracketleft {
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: thin;
}
.brackettopleft {
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-left-width: thin;
}
.bracketbottomleft {
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-left-width: thin;
}
.brackettopdotted {
	border-top-style: double;
	border-top-color: #000000;
}
.brackettoprightdotted {
	border-top-style: double;
	border-right-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
}
.bracketbottomrightdotted {
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.bracketrightdotted {
	border-right-style: double;
	border-right-color: #000000;
}







td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

