@charset "utf-8";
/* CSS Document */
a:Link{
color:#000000;
}
a:Visited{
color:#000000;
}
.basicTable{
	border:thin solid #FFFFFF;
	background-color: #FFFFFF;
}
.tableSeparation {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.blankSpace {
	background-color: #38351F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

