

.tabBodyHedding
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.tabBodyText
{
	font-weight: normal;
	font-size: 14px;
	color: #333333;
}

table.schema
{
	width: 470px;
	border-collapse:collapse;
	margin: 12px;
	margin-top: 40px;
}

table.schema th
{
	border: 1px solid #bbbbbb;
	height: 50px;
	background-color: #CC3333;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 7px;
}

table.schema td
{
	border: 1px solid #bbbbbb;
	height: 50px;
	color: #333333;
	text-align: center;
	width: 16.66%;
	font-size: 12px;
}

table.schema p
{
	padding: 5px;
}

.generalText
{
	color: #333333;
	font-size: 10px;
}