/** TABLE DEC **/
table {
	width:100%;
}
table caption {
	text-align: left;
	color:#284162;
	font-size: 22px;
	padding:20px 0px;
}
table tr th {
	/* color:#284162; */
	padding:30px 0px;
	text-align: left;
	border-top: solid 1px #CCC;
	/* font-size: 16px; */
	line-height: 20px;
	vertical-align: top;
	/* width:33%; */
}
table tr td {
	padding:30px 50px;
	border:solid 1px #CCC;
	/* font-size: 15px; */
	/* line-height: 19px; */
	vertical-align: top;
	/* width:33%; */
}