.cms-text {
	font-family: Arial, Verdana, Sans-Serif;
	color: #36393C;
	margin: 0px;
  display: block; 
	clear: both;
	padding: 0px 8px 10px 8px;
	background-color: #FFFFFF;
}

.cms-text p {
	text-align: left;
	margin: 5px 0px;
	padding: 0px;
}


.cms-text a {
	text-decoration: underline;
	color: #C30101;
}	
.cms-text a:hover {
	text-decoration: none;
	color: #C30101;
}

.cms-text strong {
	/*color: #454545;*/
}

h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
} 
h4 {
	font-size: 12px;
} 
h5 {
	font-size: 11px;
} 
h6 {
	font-size: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6	{
	color: #36393C;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Sans-Serif;
}
.cms-text ul {
	list-style: square outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
.cms-text ul li {
	margin: 0px 0px 5px 0px;
	text-align: justify;
	padding: 2px;
}

.cms-text img {
 	border: 0px solid #939393;
 	padding-right: 1px;
 	margin: 0px;
}

.cms-text table {
 	border: 0px solid #BABABA;
 	margin: 0px;
}

.cms-text table td{
 	/*border: 1px solid #BABABA;
 	padding: 2px;
 	font: 11px Arial, Helvetica, sans-serif;*/
}
.cms-text form {
	/*background-color: #3762B7;*/
	border: 0px solid #BABABA;

}

.cms-text input, textarea, select {
	/*background-color: #fff;
	border: 0px solid #BABABA;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

.txt-01 {color: #FF0000;}
.txt-02 {color: #00FF00;}
.txt-03 {color: #0000FF;}
.txt-04 {color: #FFFF00;}
.txt-05 {color: #00FFFF;}
.txt-06 {color: #FF00FF;}
.txt-07 {color: #FFFFFF;}
.txt-08 {color: #000000;}

.bg-01 {background-color: #FF0000;}
.bg-02 {background-color: #00FF00;}
.bg-03 {background-color: #0000FF;}
.bg-04 {background-color: #FFFF00;}
.bg-05 {background-color: #00FFFF;}
.bg-06 {background-color: #FF00FF;}
.bg-07 {background-color: #FFFFFF;}
.bg-08 {background-color: #000000;}



.cms-text .tab_border {
	border-spacing : 0px;
	border-collapse: collapse;
	table-layout: auto;
        border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}
.cms-text .tab_border td {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size : 11px;
	padding: 2px 2px 2px 2px;
	color : #000000;
}