/* 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: 1.2em;
}

.largerTEXT {
	font-size: 1.4em;
	font-weight: bold;
}

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
}
.tableHEAD {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 15px;
	padding-left:10px;
	border-bottom:1px solid #c9b056;
	background-image:url(/images/house_headerimage.gif);
	background-repeat:no-repeat;
	background-position:left;
}

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

.tableDATA {
	background-color: #fdf2c4;
	border:1px solid #af9436;
	color: #af9436;
	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; }
	
.image-border{
background-image: url(/images/img-bg.gif);
background-repeat:no-repeat;
background-position:top right;
padding:7px;
text-align:center;
overflow:hidden;
background-color:#000000;
}

