h1	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:21px;
	color:#20acb8;
	margin:0 0 20px 0;
	line-height:24px;
		}
		
h2	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#a21f4b;
	margin: 1.3em  0em 0.5em 0em;
		}

h3	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#20acb8;
	margin: 1.3em  0em 0.5em 0em;
		}
h4	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000;
	margin: 1em  0em 0.5em 0em;
		}
.quote {
	color:#ad923c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	line-height:130%;
	margin-bottom:.2em;
}
.quoteAuthor {
	color:#888;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
}
td.ruleabove {
	border-top:1px solid #000;
}

.highlight { color:#a21f4b;
	font-weight:bold;
	}
.textindent {
	margin-left: 16px;
}
.query {
	color: #CC0033;
	font-weight: bold;
}
.photoright, #textarea .photoright { float:right;
	margin:0 0 10px 14px;
	}

.photoleft, .#textarea .photoleft { float:left;
	margin:0 14px 10px 0px;
	}


.moreSpaceAbove { margin-top:1.5em;
	}
.noSpaceBelow	{ margin-bottom:0;
	}
.noSpaceAbove	{ margin-top:0;
	}
.hangingIndent  { margin:0 0 0 16px;
	text-indent:-16px;
	}

.textSmaller { font-size:10px;
	}

sup, .superscript { 	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
.blue {
	color:#20acb8;
}
#textarea table.spacedcells td {
	padding-bottom:14px;
}
#textarea table.noSpaceCells td {
	padding-bottom:0px;
}
ul.spaced li, ol.spaced li {
	margin-bottom:.5em;
}
#textarea .tableShaded  {
	border:1px solid #888;
	border-collapse:collapse;
	background-color:#eff2d3;
}
#textarea .tableShaded td, #textarea .tableShaded th {
	padding:3px;
	border:1px solid #888;
	border-collapse:collapse;
}
#textarea .tableShaded td, #textarea .tableShaded th, #textarea .tableShaded td p, #textarea .tableShaded th p, #textarea .tableShaded td ol, #textarea .tableShaded td ul {
	font-size:inherit;
}
	
#textarea .tableShaded tr.header td, #textarea .tableShaded tr.header th {
	background-color:#00a1b1;
	color:#FFF;
	vertical-align:bottom;
	border-color:#AAA;
}
#textarea .tableShaded tr.yellowRow td {
	background-color:#fed102;
}
#textarea .tableShaded tr.greenRow td {
	background-color:#afbd21;
	color:#FFF;
}
ol.letters {
	list-style-type:lower-alpha;
	padding-left:1.8em;
}