.content-table1 {
	border-collapse: collapse;
	border-top: 1px solid #352C66;
	border-bottom: 1px solid #352C66;
	background-color: #CDCBDE;
	width: 80%;
}
.content-table1 td {
	color:  #352C66;
	font-weight: bold;
	border: 1px solid #352C66;
	/*border-right: 1px solid #352C66;*/
	vertical-align: top;
}
.content-table1 .style1 {
	color: #000000
}
.content-table1 .header1 {
	background-color: #E4C293;
}
.content-table1 .row1 {
	background-color: #A8A6C4;
}

.content-table2 {
	border-collapse: collapse;
	border-top: 1px solid #352C66;
	border-bottom: 1px solid #352C66;
	background-color: #CDCBDE;
	width: 100%;
}
.content-table2 td {
	color:  #352C66;
	border: 1px solid #352C66;
	/*border-right: 1px solid #352C66;*/
	vertical-align: top;
}
.content-table2 td.dark {
	background-color:  #A8A6C4;
}
.content-table2 td.content {
	text-align: center;
}
.content-table2 .style1 {
	color: #000000
}
.content-table2 .header1 {
	background-color: #E4C293;
}
.content-table2 .row1 {
	background-color: #A8A6C4;
}
