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

.smallTEXT {
	font-size: 95%;
	}

.smallerTEXT {
	font-size: 90%;
}

.smallerTEXT2 {
	font-size: 90%;
	color: #003875;
}

a:hover.smallerTEXT2 {
	font-size: 90%;
	color: #0A9868;
}

a.smallerTEXT2 {
	font-size: 90%;
	color: #003875;
}

.largeTEXT {
	font-size: 110%;
}

.largerTEXT {
	font-size: 120%;
	font-weight: bold;
}

.largestTEXT {
	font-size: 130%;
	font-weight: bold;
}
.tableHEAD {
	background-color: #705A44;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

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

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



.white {
	background-color: #FFFFFF; }

.tan {
	background-color: #DAD3C9; }
	
.darkblue {
	background-color: #1D325F;
	color: #FFFFFF; }
.medblue {
	background-color: #617ED6;
	color: #FFFFFF; }
.lightblue {
	background-color: #BCC9EF;
	color: #1D325F; }
.aqua {
	background-color: #14DAF5;
	color: #0432C0; }
	
.paleaqua {
	background-color: #CAF0F5; 
	color: #0432C0; }
.green {
	background-color: #0A9868;
	color: #FFFFFF; }
.imagealigncenter{ text-align:center;margin:0px auto; padding:10px;}
.paddingtenpix{padding:10px;}
.paddingfivepix{padding:5px;}
.textaligncenter{ text-align:center;
}

h2 {
	font-size: 14px;
	color: #577893;
}
h3 {
	font-size: 13px;
	color: #4a4629;
}
h4 {
	font-size: 12px;
	color: #577893;
}
h5 {
	font-size: 11px;
	color: #4a4629;
}
h6 {
	font-size: 10px;
	color: #577893;
}