/* CSS Document */
 
/* Standard tags that should be defined for all Contribute clients */
 
.alertTEXT {
	font-weight: normal;
	color: #FF0000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallTEXT {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #154d80;
	font-weight: normal;
	font-style: normal;
	}

.smallerTEXT {
	font-size: 0.9em;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #154d80;
	font-weight: normal;
	font-style: normal;
}

.largeTEXT {
	font-size: 1em;
	color: #154d80;
	font-weight: bold;
}

.largerTEXT {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #90460A;
}

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1590C9;
}
.tableHEAD {
	background-color: #1590C9;
	color: #F5EF1F;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.tableLABEL {
	background-color: #D4EBFD;
	color: #154d80;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

.tableDATA {
	background-color: #D4EBFD;
	color: #154d80;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

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


.whiteBG {
	background-color: #FFFFFF; }

.blueText {
	color: #154d80;
}

.blueBKGD {
	background-color: #D4EBFD;
	color: #90460A;
}

.blueBKGD2 {
	background-color: #D4EBFD;
	color: #154d80;
	}
	
.blueBKGD3 {
	background-color: #1590C9;
	color: #F5EF1F;
	}
.blueBKGD4 {
	background-color: #90460A;
	color: #F5EF1F;
	}
	
.brownText {
	color: #90460A;
	}

.whiteText {
	color: #FFFFFF;
	}
	
.whiteBKGD {
	background-color: #FFFFFF;
	color: #154d80;
	}
	
.yellowBKGD {
	background-color: #fdf09a;
	color: #90460A;
	}

.imagestyle-right {
	border: solid 4px #1590C9;
	margin: 0px 0px 0px 10px;
	text-align: right;
}

.imagestyle-left {
	border: solid 4px #1590C9;
	margin: 0px 15px 15px 0px;
	text-align: left;
}