.BL_AltRowStyle 
{
	background-color: #E7E7EF;
}

.BL_NormalLarge
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
}

.BL_Normal
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
}

.BL_NormalSmall
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}


/* text style used for rendered text which requires emphasis */
.BL_NormalBold
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

.BL_NormalSmallBold
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

/* business name header */
.BL_BusinessName
{
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #003399;
}

/* edit screen labels */
.BL_EditLabel
{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	white-space: nowrap;
}

/* Error */
.BL_Error
{
	color: Red;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}


.BL_NormalRed
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.BL_NormalRed:link
{
	text-decoration: underline;
	color: #000000;
}
.BL_NormalRed:visited
{
	color: #003399;
	text-decoration: underline;
}
.BL_NormalRed:hover
{
	text-decoration: none;
	color: #003399;
}
.BL_NormalRed:active
{
	text-decoration: underline;
	color: #000000;
}

.BL_BusinessNameRed
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

.BL_BusinessNameRed:link
{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.BL_BusinessNameRed:visited
{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
.BL_BusinessNameRed:hover
{
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
.BL_BusinessNameRed:active
{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.BL_SignUpNow
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
