/* CSS Document */
/* Standard tags that should be defined for all Contribute clients */
.alertTEXT {

	font-weight: bold;
	color: #EF7217;
}

.smallTEXT {
	font-size: .75em;
	}



.smallerTEXT {
	font-size: .9em;
}



.largeTEXT {

	font-size: 14px;
	color: #000000;
	font-weight: bold;

}
.largeTEXT2 {

	font-size: 14px;
	font-weight: bold;
	color:#000099;

}


.largerTEXT {

	font-size: 18px;

	font-weight: bold;
	color:#000099;

}

.largerTEXT2 {

	font-size: 18px;
	font-weight: bold;
	color:#000099;

}

.largestTEXT {

	font-size: 22px;
	font-weight: bold;
	color:#000099;

}

.tableHEAD {

	background-color: #527cf3;

	color: #FFFFFF;

	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding: 5px;

}



.tableLABEL {

	background-color: #fff556;

	color: #349c3c;

	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding: 3px;

}



.tableDATA {

	background-color: #fcf8c1;

	color: #4356c4;

	font-weight: normal;

	font-style: normal;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding: 3px;

}



/* Custom color tags that should be defined based on site design */





.whiteBG {

	background-color: #FFFFFF; }



.blue1BG {

	background-color: #e1f4fd; }

	

.blue2BG {

	background-color: #a5d7ee; }

	

.blue3BG {

	background-color: #4356c4;

	color: #FFFFFF; }

.blue4BG {

	background-color: #527cf3;

	color: #ffffff; }

.greenBG {

	background-color: #71c277;

	color: #FFFFFF; }

.yellowBG {

	background-color: #fff556;

}

.yellow2BG {

	background-color: #fcf8c1;

}

.redBG {

	background-color: #f90a1e;

}
