.GenericTable
{
	border: solid black 1px;
	background-color: gainsboro;
	width: 100%;
}

.GenericTableContent
{
	border-right: thin inset;
	padding-right: 12px;
	border-top: thin inset;
	padding-left: 12px;
	padding-bottom: 15px;
	border-left: thin inset;
	padding-top: 4px;
	border-bottom: thin inset;
	background-color: white;
}
.Container_Title
{
	font-weight: bold;
	font-size: 16px;
	color: white;
	font-family: Arial;
}
