/* CSS Document */
 
/* Standard tags that should be defined for all Contribute clients */
 
.alertTEXT {
	font-weight: bold;
	color: #ff0000;
}

.smallTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.smallerTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

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

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

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

/* Standard TABLE formatting tags that should be defined for all Contribute clients */
 
.tableHEAD {
	background-color: #006699;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 4px;
}

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

.tableDATA {
	background-color: #ffffff;
	border: 1px solid #0099cc;
	color: #006699;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px;
}

/* CUSTOM background / font tags that should be defined on a client to client basis */
 
.paleblueBG {
	background-color: #DFECF4;
}

.blueBG {
	background-color: #006699;
	color: #DFECF4;
}

.darkblueBG {
	background-color: #003399;
	color: #FFFFFF;
}

.blueTEXT {
	color: #006699;
}

.darkblueTEXT {
	color: #003399;
}