.Heading1 
{
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.Heading2 
{
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4b;
}
.BodyText 
{
	font-size: 10px;
	color: #000;
}
.Table 
{
	table-layout:fixed;
	width:548px;
	border-collapse: collapse;
}
.TableHeading
{
	font-size: 10px;
	font-weight: bold;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TableCell 
{
	font-size: 10px;
	color: #000;
	border-bottom: solid 1px #000;
	padding-top: 3px;
	padding-bottom: 3px;
}