body
{
	background-color: #191919;
	color : Black;
	font-family: Sans-Serif;
}
.title
{
	font-weight: bold;
	font-size: 30pt;
	
}
.masterTable
{	
	background-color: White;
	border-collapse: collapse;
	border-right: white 1px solid;
	border-top: white 1px solid;	
	border-left: white 1px solid;
	margin-left:auto; 
	margin-right:auto;
	border-bottom: white 1px solid;
	text-align: center;
	width: 800px;
	position: static;
}

.MainCells
{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.DescriptionCell
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.InfoTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;	
}
TD
{
border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;	
}

TABLE
{
	border-collapse: collapse;
}
