.fckeditor-display {
	float:left;
}

/* base.css, part of YUI's CSS Foundation */
.fckeditor-display h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
.fckeditor-display h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
.fckeditor-display h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
.fckeditor-display h1,.fckeditor-display h2,.fckeditor-display h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
.fckeditor-display h1,.fckeditor-display h2,.fckeditor-display h3,.fckeditor-display h4,.fckeditor-display h5,.fckeditor-display h6,.fckeditor-display strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
.fckeditor-display abbr,.fckeditor-display acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
.fckeditor-display em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
.fckeditor-display blockquote,.fckeditor-display ul,.fckeditor-display ol,.fckeditor-display dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em !important;
}
.fckeditor-display ol,.fckeditor-display ul,.fckeditor-display dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em !important;
}
.fckeditor-display ol  li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
.fckeditor-display ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside !important;
}
.fckeditor-display dl .fckeditor-display dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
.fckeditor-display th,.fckeditor-display td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.5em;
}
.fckeditor-display th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
.fckeditor-display caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
.fckeditor-display p,.fckeditor-display fieldset,.fckeditor-display table {
	/*so things don't run into each other*/
	margin-bottom:1em !important;
}

.fckeditor-display h3 {
	border-bottom:1px solid #008DBA;
	font-size:15px;
	margin:15px 0pt;
}

.fckeditor-display h3.no-border {
	border:0;
}

.fckeditor-display p {
	margin:5px 0px;
}

.fckeditor-display a {
	color:#008DBA;
	text-decoration:none;
}

.fckeditor-display th {
	background:#EEEEEE;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
	color:black;
	font-size:12px;
	margin:0pt;
	padding:4px;
	text-align:left;
}

.fckeditor-display td {
	border-bottom:1px dotted #999999;
	color:#666666;
	font-size:11px;
	margin:0pt;
	padding:4px;
	text-align:left;
}

.fckeditor-displayt td.img {
	text-align:center !important;
}

.fckeditor-display td.info-cell {
	border-top:1px dotted #999999;
}



