.cms-text {
	font-family: sans-serif; 
	font-size: 12px;
	color: #333;
	padding: 0px;
  display: block; 
}


.cms-text img { margin: 5px; border: 1px solid #496473; }
.cms-text strong { color: #496473; }
.cms-text h1 {
	color:#fff;
	background-color: #496473;
	text-align: left;	
	padding: 5px;
	line-height: normal;
}
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
	color:#000;
	background-color: #C0CDEA;
	text-align: left;	
	padding: 5px;
	line-height: normal;
}
.cms-text h1 {font-size: 18px;}
.cms-text h2 {font-size: 16px;}
.cms-text h3 {font-size: 14px;} 
.cms-text h4 {font-size: 12px;} 
.cms-text h5 {font-size: 12px;} 
.cms-text h6 {font-size: 12px;} 

.cms-text .tx-right{ text-align: right; }
.cms-text .tx-center{ text-align: center; }
.cms-text .tx-block{	text-align: justify; }

.cms-text a {
	color: 	#1360FC;
	text-decoration: 		underline;
}	
.cms-text a:hover {
	color: 				#00EAFF;
	text-decoration: 		none;
}
.cms-text .tx-red {	color: #fc0; }
.cms-text .tx-blue { color: #0cf; }

.cms-text table {background-color: #fff; border: 0px solid #EBF1FD;}
.cms-text td {color: #000; margin: 2px; padding: 5px; background-color: #EBF1FD; border: 1px solid #C0CDEA;}
