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

.smallTEXT {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.smallerTEXT {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

.smallestTEXT {
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
}

.largeTEXT {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.largerTEXT {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.largestTEXT {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

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

.tableLABEL {
	background-color: #A37B3C;
	color: #FEF2DF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

.tableDATA {
	background-color: #FEF2DF;
	border: 1px dotted #A37B3C;
	color: #A37B3C;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

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

.tanBG {
	background-color: #DAAF6A;
}

.brownBG {
	background-color: #A37B3C;
	color: #ffffff;
}

.blueBG {
	background-color: #0A50A1;
	color: #ffffff;
}

.paleblueBG {
	background-color: #8AB8EE;
}

.tanTEXT {
	color: #A37B3C;
}

.blueTEXT {
	color: #0A50A1;
}

