/* this stylesheet is for styles the user can access in Contribute */



/* NOTE: these heading styles need to have lowercase h's (ie h4) in order for Contribute to be able to see them */
/* used for headings in the copy. has NO space below */
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 155%;
	margin-bottom: 3px;
}

/* used for secondary headings in the Menus. has NO space below */
h5 {
	font-size: 14px;
	font-weight: bold;
}


/* used on SPAN tags */
.quoteAttribution01 {
	font-size: 90%;
	color: #777777;
	text-align: right;
	display: block;
}

.underline01 {
	text-decoration: underline;
}

.blueText {
	color: #0a4b98;
}


