/* -- [ rte ]-----------------------------------------------*/	/* -- general -- */	body#content-bodytext	{ width: 540px; background: #fff; color: #333; font: 70%/1.4em verdana, arial, sans-serif;}		img.tmp { border: 0; }	/** hr **/	.rte_area hr {		width:100%;		color:#EAF0F2;		height:3px;		border:1px solid #EAF0F2;		clear:both;		}/** STYLE **/	.rte_area  h1 { margin-bottom: 1em;  margin-top:.5em;color: #6689B1;font-size: 1.4em; line-height: 1.4em; font-weight: bold;}	.rte_area  h2 { font-size: 1.2em; margin-bottom: .2em;  margin-top:.2em;color: #6689B1; }	.rte_area  h3 { font-size: 1em; margin-bottom: .1em;  margin-top:.2em;color: #333; }		#left-column .rte_area  h1 { color: #fff; }	#left-column .rte_area  h2 { color: #fff; }	#left-column .rte_area  h3 { color: #fff; }			.rte_area  h4,	.rte_area  h5,	.rte_area  h6 { margin: .2em 0; color: #333; }		div#rel-links .rte_area  h2 { 			font-size: 1em;			color: #6388ad;			padding: 0 0;			border-bottom: 1px dotted #B0C1D1;			margin: 0 0 10px; 0}	/** LEFT COLUMN **/	#left-column .left-content .rte_area { padding: .5em 0 .3em 0;}	/** IMAGE **/	.rte_area img.rte-img-left { margin-right: 10px; margin-bottom: 10px; float: left; }		.rte_area img.rte-img-right { margin-left: 10px; margin-bottom: 10px; float: right;}	.rte_area img.img-clr-right { clear: right; }		img.rte-img-left { margin-right: 10px; margin-bottom: 10px; float: left; }		img.rte-img-right { margin-left: 10px; margin-bottom: 10px; float: right;}	/** UL **/	.rte_area .rte-ul-disc   { list-style-type: disc; }	.rte_area .rte-ul-circle { list-style-type: circle; }	.rte_area .rte-ul-square { list-style-type: square; }	.rte_area .rte-ul-none   { list-style: none; }		.rte_area  ul { margin: 0 0 1.5em 25px;  }	.rte_area  ol { margin: 0 0 1.5em 30px;  }		.rte_area  ul li, 	.rte_area  ol li { margin-top: 0.3em  }			#left-column .rte_area  ul { margin: 0 0 1em 0;}	#left-column .rte_area  ol { margin: 0 0 1em 0;  }	#left-column .rte_area  ul li { margin-left: 10px; }	#left-column .rte_area  ol li { margin-left: 10px;}			#rel-links .rte_area  ul { margin: 0 0 1em 0;  }	#rel-links .rte_area  ol { margin: 0 0 1em 0;  }		#rel-links .rte_area  ul li { margin-left: 10px  }	#rel-links .rte_area  ol li { margin-left: 10px  }			/** override in cms **/	html#content-text .rte_area  ul { margin: 0 0 1em 10px;  }	html#content-text .rte_area  ol { margin: 0 0 1em 10px;  }		/** TABLE **/		/** general **/	.rte_area .table-rte 			{ border-collapse: collapse; font-size: 0.9em; }	.rte_area .table-rte td 		{ padding: 2px ; font-size: 1em; text-align: left; vertical-align: top}	.rte_area .table-rte  th 		{ padding: 2px ; font-size: 1em; text-align: left; vertical-align: top}	.rte_area .table-left 			{ float: left; margin-right: 10px; margin-bottom: 10px;}	.rte_area .table-right 			{ float: right; margin-left: 10px; margin-bottom: 10px;}		/** bordered **/	.rte_area table.table-border-one td { border: 1px solid #ecf0ee; }	.rte_area table.table-border-one th { border-bottom: 1px solid #ecf0ee; }	.rte_area table.table-border-one    { border: 2px solid #bbd1d1; border-width: 2px 0 2px 0; }		/** fill **/	.rte_area table.table-fill-one 	  	 { background-color: #f7f8f4; }	.rte_area table.table-fill-one td	 { border: 1px solid #dae2e0; }	.rte_area table.table-fill-one th	 { border: 1px solid #dae2e0; }	/** header **/	.rte_area table.table-head-one th { background-color: #dae2e0; }	/** show light color in cms for borderless **/	html#content-text .rte_area .table-rte  td { height: 2em; }	html#content-text .rte_area th { height: 2em; }	html#content-text .rte_area .table-borderless th { border: 1px dotted #ccc; height: 2em; }	html#content-text .rte_area .table-borderless td { border: 1px dotted #ccc; height: 2em; }	html#content-text .rte_area .table-borderless th { border: 1px dotted #ccc; height: 2em; }