@charset "UTF-8";
.table_col_ligh {
	background-color: rgba(217,217,217,0.50);
}
.table_col_light {
	background-color: rgba(217,217,217,0.50);
}
.colAlignmentCenter {
	background-color: rgba(67,67,67,0.50) !important;
}
.txtalign {
	vertical-align: top;
}
.table_col_dark {
	background-color: rgba(164,164,164,0.50);
}
.table_col_100_center {
	color: #FFFFFF;
	background-color: rgba(66,24,43,0.8);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.table_col_100 {
	color: #FFFFFF;
	background-color: #42182B;
	text-transform: uppercase;
	font-weight: bold;
	/*text-align: left;*/
}
.table_col_70 {
	color: #FFFFFF;
	background-color: #7B5D6B;
}
table {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
table p {
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}
table td p {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
td {
	padding: 8px;
}
.tableWithLines {
	text-align: left;
	vertical-align: top;
}
.tableWithLines td {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tableCented {
}
.tableCented td p {
	text-align: center !important;
}
.tableUnderLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tableTopLine {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
