/* CSS Document */
 

.redTEXT {
	font-weight: bold;
	color: #660000;
}

.blueTEXT {
	font-weight: bold;
	color: #666699;
}

.smallTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
}


.smallerTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;

}
.largeTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
}

.largerTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
}

.largestTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
}

.whiteBG {
	background-color: #ffffff;
}

.blueBG {
	background-color: #006CB8;
	color: #FFFFFF;
}
.tealBG {
	background-color: #06B4CD;
	color: #FFFFFF;
}
.orangeBG {
	background-color: #F79434;
	color: #FFFFFF;
}
.tableHEAD {
	background-color: #06B4CD;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 4px;
}

.tableLABEL {
	background-color: #006CB8;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px;
}

.tableDATA {
	background-color: #DFF7FA;
	border-bottom: 1px solid #06B4CD;
	border-left: 1px solid #06B4CD;
	border-right: 1px solid #06B4CD;
	color: #006CB8;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px;
}
