/*  Color and Type Only for MLC-2007 Only  				*/
/*  Important: RTE Matching Styles.  					*/
/*  Melanie Horace, Intrinsix NY  						*/


/* per Cmdt J: p's always bear space after, headings heft space before.  */

p, ul, ol {  margin: 0 0 0.75em 0; }
h1, h2, h3, h4, h5 { margin: 1em 0 0 0; }

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }


/* ol and ul have the usual probs in IE and need padding... */

ul, ol {
	list-style: circle;
	padding-left: 16px;
	_margin-left: 16px;
}



/* default (normal) link */
a {
	font-weight: 500;
	color: #509;
}


p.pdf, span.pdf {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #306;
	line-height: 1.5em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 36px;     
	margin-bottom: 16px;
	background-image: url('./imgs/filetype-pdf.gif');
	background-repeat: no-repeat;
 	background-position: 3px 3px;
}

p.xls, span.xls {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #306;
	line-height: 1.5em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 36px;     
	margin-bottom: 16px;
	background-image: url('./imgs/filetype-xls.gif');
	background-repeat: no-repeat;
 	background-position: 3px 3px;
}

.h1 { font-size: 150%; font-weight: bold; margin: 1em 0 0 0; }
.h2 { font-size: 130%; font-weight: bold; margin: 1em 0 0 0; }
.h3 { font-size: 110%; font-weight: bold; margin: 1em 0 0 0; }
.h4 { font-size: 100%; font-weight: bold; margin: 1em 0 0 0; }
.h5 { font-size: 100%; font-weight: bold; margin: 1em 0 0 0; }

a.underlined-link {
 	font-weight: 500;
	color: #509;
	text-decoration: underline;
	}

