.cms-text {
	 font-family: sans-serif; 
	font-size: 12px;
	color: #3F2405;
	padding: 0px 7px 10px 7px;
  display: block; 
  text-align: justify;
  line-height: 1.5em;
    
	/* clear: both; */
}

.cms-text p {
	text-align: justify;
}

.cms-text img {
	padding: 1px;
}

.cms-text strong {
	color: #22379C;
}

.cms-text h1, 
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
	color:#22379C;
	text-align: left;
	
}

.cms-text h1 {
	
	line-height: 2em;
}



.cms-text .tx-right{
	text-align: right;
	
}

.cms-text .tx-center{
	text-align: center;
	
}



.cms-text h1 {font-size: 150%;}
.cms-text h2 {font-size: 140%;}
.cms-text h3 {font-size: 130%;} 
.cms-text h4 {font-size: 120%;} 
.cms-text h5 {font-size: 110%;} 
.cms-text h6 {font-size: 100%;} 


.cms-text a {
	text-decoration: none;
	color:#FF7800;
	font-weight: bold;
}	
.cms-text a:hover {
	text-decoration: underline;
	color:#FF7800;
	font-weight: bold;
}

.cms-text .tx-red {
	color: #FF0000;
}

.cms-text .tx-blue {
	color: #0000FF;
}

.cms-text input, textarea {
	color: #000;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 2px;
}


.ndp_cont,
.ndp_cont_left,
.ndp_cont_right {color: #ccc; font-weight: bold; font-size: 14px; margin: 0px 0px; background-color: #666;}

.ndp_cont {color: #ccc; height: auto; padding: 5px 10px; margin: 0px 0px;}

.cont_cont {color: #666; margin: 0px 0px 10px 0px; padding: 5px 5px;}

