/*
pressRelease.CSS
 - Non structural CSS for presentation of text and aesthetics on Press Release Pages
 - Author: Melissa Dennis
*/


.press_bld {
         font-size: 100%;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.press_sp10 + h1 {
         color: black;
         font-size: 150%;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

.press_sp10 {
         margin-bottom:25px
}

.press_sp20 {
         margin-bottom:35px
}

.press_txt {
         font-size: 100%;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ital {
	font-style:italic;
}

.bld {
	font-weight:bold;
}