/* Custom
----------------------------------------------------------- */

.boxl { float: left; width:95%%; border-color:#E50404; border-style: solid; border-width: thin thin thin thin; margin: 2ex 2em 6ex 5em; padding: 1.5em;}

.boxr { float: right; width:95%%; border-color:#E50404; border-style: solid; border-width: thin thin thin thin; margin: 2ex 2em 6ex 5em; padding: 1.5em;}



table.CuTab {
  font-family: 'book antuqua';
  border: 1px solid #999999;
  background-color: #F1F1F1;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.CuTab td, table.CuTab th {
  border: 1px solid #999999;
  padding: 3px 2px;
}
table.CuTab tbody td {
  font-size: 16px;
  font-weight: bold;
}
table.CuTab tr:nth-child(even) {
  background: #F5D5D5;
}
table.CuTab thead {
  background: #E50404;
  background: -moz-linear-gradient(top, #eb4343 0%, #e71d1d 66%, #E50404 100%);
  background: -webkit-linear-gradient(top, #eb4343 0%, #e71d1d 66%, #E50404 100%);
  background: linear-gradient(to bottom, #eb4343 0%, #e71d1d 66%, #E50404 100%);
  border-bottom: 1px solid #444444;
}
table.CuTab thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #999999;
}
table.CuTab thead th:first-child {
  border-left: none;
}

table.CuTab tfoot td {
  font-size: 14px;
}
table.CuTab tfoot .links {
  text-align: right;
}
table.CuTab tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}






.video-containerc {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-containerc iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:85%;
	height:85%;
}