.cms-text {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	color: #333;
	padding: 0 10px 0;
  display: block; 
  text-align: justify;
  line-height: 2em;
    
	/* clear: both; */
}

.cms-text p {
	text-align: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	
}

.cms-text img {
	padding: 5px;
}

.cms-text strong {
	color: #000;
}

.cms-text h1, 
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
	color:#FF0000;
	text-align: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.cms-text h1 {
	
	line-height: 2em;
}

.cms-text ul {

	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	
}


.cms-text .tx-right{
	text-align: right;
	
}

.cms-text .tx-center{
	text-align: center;
	
}



.cms-text h1 {font-size: 200%;}
.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:#FF0000;
	font-weight: bold;
}	
.cms-text a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.cms-text .tx-red {
	color: #FF0000;
}

.cms-text .tx-blue {
	color: #0000FF;
}

.cms-text .tx-green{
	color: #009D21;
}

.cms-text a.tx-green{
	color: #009D21;
}

.cms-text hr {
	color: #44A405;
	height: 1px;
}
/*
.cms-text .input-text {

	border-left: #9C8104 1px;
	border-top: #9C8104 1px;
	border-right: #FFEC95 1px;
	border-bottom: #FFEC95 1px;
} 

.cms-text .input-buton {

	color: fff;
	border-left: #D5D5D5 1px;
	border-top: #D5D5D5 1px;
	border-right: #6C6C6C 1px;
	border-bottom: #6C6C6C 1px;
	background-color: #9F9F9F;
} 
*/