/* Start of CMSMS style sheet 'Momence OPC - misc' */
/*====================================== MISC styles ======================================*/
dfn {   /* gets rid of the numbers the CMS adds next to the navigation */
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

a:link, a:visited {
	color:#584;
}

a:hover {
	color:#458;
}

p {
	margin: 0.25em 0 1.25em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

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;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #777;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #333;
	background-color: #333;
	border:0;
}
/* End of 'Momence OPC - misc' */

