.cms-text {
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom:5px;
  display: block; 
	clear: both;
	background-color: #ECE5EF;
	padding: 10px;
}

.cms-text h1 {
	color: #000;
	/*background-color: #EFEFEF;*/
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cms-text h2 {
	color: #000;
	/*background-color: #EFEFEF;*/
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

.cms-text a {
	text-decoration: underline;
	color: #0C4D74;
}	
.cms-text a:hover {
	text-decoration: none;
	color: #207AAF;
}
.cms-text .tab_border td {
	border: 1px solid #000000;
}
.cms-text .Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;

}
/***************************************/
 .cms-text table.table-a,
 .cms-text table.table-a td,
 .cms-text table.table-a th{
	border: 1px solid #ccc;
	background-color: #efefef;
}
 .cms-text table.table-a {
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
}

 .cms-text table.table-a td,
 .cms-text table.table-a th {
	margin: 0px;
	padding: .2em .3em;
}
/***************************************/
 .cms-text table.table-b,
 .cms-text table.table-b td,
 .cms-text table.table-b th{
	border: 1px solid #D7B7E4;
	background-color: #F5EFF8;
}
 .cms-text table.table-b {
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
}

 .cms-text table.table-b td,
 .cms-text table.table-b th {
	margin: 0px;
	padding: .2em .3em;
}
/***************************************/
