/* CSWapSparkVentures\css\general2_text.css */
.Large
{
	font-weight: normal;
	color:#5A595C;
	font-size: 14pt;
	margin-bottom: 10px;
}
.LargeRed
{
	font-weight: normal;
	color:#A7192F;
	font-size: 14pt;
	margin-bottom: 10px;
}
.LargeBlack
{
	font-weight: normal;
	color:#000000;
	font-size: 14pt;
	margin-bottom: 10px;

}
body
{
	font-weight: normal;
	color:#5A595C;
	font-size: 10pt;
}
.Normal
{
	font-weight: normal;
	color:#5A595C;
	font-size: 10pt;
}
.NormalBlack
{
	color:#000000;
	font-weight: normal;
	font-size: 10pt;
}
.NormalRed
{
	color:#A7192F;
	font-weight: normal;
	font-size: 10pt;
}
.Small
{
	font-weight: normal;
	color:#5A595C;
	margin-top: 2px;
	font-size: 8pt;
}
.SmallBlack
{
	color:#000000;
	font-weight: normal;
	font-size: 8pt;
}
.SmallRed
{
	color: #A7192F;
	margin-top: 2px;
	font-size: 8pt;
}