  /*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:--
    --  Stylist plugin example CSS file.  Used by full_example.js
    --  when the Stylist plugin is included in an auto-generated example.
    --
    --  $HeadURL:http://svn.xinha.webfactional.com/trunk/examples/files/stylist.css $
    --  $LastChangedDate:2008-02-04 01:43:21 +0100 (Mo, 04 Feb 2008) $
    --  $LastChangedRevision:962 $
    --  $LastChangedBy:ray $
    --------------------------------------------------------------------------*/

body{
	
	font: 13px Helvetica, Arial, sans-serif;
	color:#383838;
}

p {
	padding:3px 0px;
	margin:3px 0px;
}

h1{
	font:24px Helvetica, Arial, sans-serif;
	margin:0px 0px 3px 0px;
}

h2{
	font-size:18px;
	padding:3px 0px 3px 0px;
	margin:3px 0px;
	font-weight:normal;
	/*color:#aeaeae;*/
	color: #88832d;
}

hr{
	border-bottom:1px solid #ececdf;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height:0px;
	overflow:hidden;
}




/*----------CMS STYLES--------------*/

.Bold{
	font-weight: bold ;
}

.Highlight{
	
	color:#88832d ;
}

.Italic{
	font-style: italic ;
}
.Bold_Highlight{
	font-weight: bold ;
	color:#88832d ;
}
.Italig_Highlight{
	font-weight: bold ;
	font-style: italic ;
}
.Bold_Italic{
	font-weight: bold ;
	font-style: italic ;
}

.White{
	color:#ffffff;
}
