/* 
** Friendly Community Engine 
** Default WYSIWYG Editor Stylesheet Template
**
** Edit this stylesheet to suite your needs. The styles
** listed here will appear as selectable styles in the editor.
*/

.ImportantWords
	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.Highlight
	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: cc0000;
  BACKGROUND-COLOR: #ffffff;
	}
.Title {
	font-size: 13pt;
	color: #605B4F;
	font-weight: bold; 
}
.SectionHeader {
	font-size: 11pt;
	color: #605B4F;
	font-weight: bold; 
}
.Quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D0C8B3; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}
