/* 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 */

/* h1's are used for big text-only headings, as well as background-image headings */
h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 170%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 110%;
} 

/* used for headings in the copy */
h2 {
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 110%;
}

/* used for headings in the copy. has NO space below */
h3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 110%;
	color: #444;
	letter-spacing: -1px;
	margin-bottom: 3px;
}

/* used for secondary headings in the Menus. has NO space below */
h4 {
	font-size: 120%;
	color: #555;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 3px;
}


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

.underline01 {
	text-decoration: underline;
}

.blueText {
	color: #0a4b98;
}


