table
{
	border-collapse:separate;
	border-spacing:10px 50px;
}
caption
{
	color:Black;
	font-size:small;
	font-family:"Arial, Helvetica, sans-serif";
	font-weight:bolder;
	font-style:italic
}
tr.header,td.header
{
	background-color:#00FFFF;
	color:Black;
	font-size:smaller;
	font-family:"Arial, Helvetica, sans-serif";
	font-weight:bolder;
	font-style:italic;
	white-space:nowrap;
}
tr.BoldShaded,td.BoldShaded
{
	background-color:#CCCCFF;
	color:#330099;
	font-size:smaller;
	font-family:"Arial, Helvetica, sans-serif";
	font-weight:bolder;
	font-style:normal;
	white-space:nowrap;
}
tr.Shaded,td.Shaded
{
	background-color:#CCCCFF;
	color:#330099;
	font-size:smaller;
	font-family:"Arial, Helvetica, sans-serif";
	font-weight:normal;
	font-style:normal;
	white-space:nowrap;
}
tr.Bold,td.Bold
{
	background-color:#FFFFFF;
	color:#330099;
	font-size:smaller;
	font-family:"Arial, Helvetica, sans-serif";
	font-weight:bolder;
	font-style:normal;
	white-space:nowrap;
}
tr.Normal,td.Normal
{
	background-color:#FFFFFF;
	color:#330099;
	font-size:smaller;
	font-family:"Arial, Helvetica, sans-serif";
	font-weight:normal;
	font-style:normal;
	white-space:nowrap;
}

