.cms-text {
	font-family: sans-serif; 
	font-size: 12px;
	color: #EFEFEF;
	padding: 0 10px 0;
  display: block; 
  text-align: justify;    
	background-color: #0B175C;
}

#col-02 .cms-text {
	font-family: sans-serif; 
	font-size: 12px;
	color: #EFEFEF;
	padding: 0 10px 0;
  display: block; 
  text-align: justify;    
	background-color: transparent;
}

.cms-text p {
	text-align: justify;
}

.cms-text img {
	/* padding: 5px; */
	border: 1px solid #01257F;
}

.cms-text strong {
	color: #FFF;
}

.cms-text h1, 
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
	color:#FFF;
	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 {
	color: 				#07CDFF;
	text-decoration: 		underline;
}	

.cms-text a:hover {
	color: 				#00EAFF;
	text-decoration: 		none;
}

.cms-text .tx-red {
	color: #fc0;
}

.cms-text .tx-blue {
	color: #0cf;
}

