/* Start of CMSMS style sheet 'Momence OPC - print' */
/* PRINT CSS 
Use this stylesheet to override styles that are giving you problems when printing. 
Ex if you want some text to be larger or smaller, to have different colors or a border, just redefine that aspect for that ID or class in this document
*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.75em;
	font-size:28px;
	margin-bottom:0.25em;
	line-height:1.2em;
	font-weight:normal;
	font-style:italic;
	color:#3e722e;
	border-bottom:dashed 1px #999;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.75em;
	margin-bottom:0.25em;
	font-size:18px;
	line-height:1.2em;
	font-weight:normal;
	font-style:italic;
	color:#3e722e;
}
#sideCol h2 {
	border-bottom:dashed 1px #999;
}

h3 {
	margin-top:0.75em;
	font-size:16px;
	margin-bottom:0.25em;
	line-height:1.2em;
	font-weight:bold;
	color:#353;
}

.smallText {
	font-size:8pt;
}
/* End of 'Momence OPC - print' */

