/*eBill message (PSR - 560) */
.greenBoldText {
	color: #B1BB1C; font-size: 14px; font-weight: bold; 
}
.greenText {
	color: #808602; font-size: 12px; TEXT-DECORATION: none;
}
.orangeText {
	color: #F0AC19;	font-size: 12px; font-weight: bold;
}

/*Used as the first Title-Guidance-Description on decorated pages, i.e: 'At BlueStar Energy, we appreciate...' */
.blueTextTitle {
	FONT-SIZE: 18px; COLOR: #4b77ba; FONT-FAMILY: Arial, Helvetica, sans-serif
}
/*Usually used on a paragraph '<p>' to include an error description, i.e: 'User account locked' or 'Bad credentials' */
.errorBox4 {color: red ; padding:0px 80px 0px 0px; font-family: Tahoma, Arial, Verdana; font-size: 11px;}

.errorBox {
	FONT-SIZE: 11px; 
	COLOR: #ff0000;
	FONT-FAMILY: Tahoma, Arial, Verdana; 
	TEXT-DECORATION: none;
}
