body {
  padding: 0;
  margin: 0;
  background: #774131;
  width: 100%;
  display: table;
}

.roundborder{
	font-size:44pt; 
	font-weight:700; 
	font-family: 'Coluna Rounded', sans-serif;
	color:#000;
	width:42px;
	height:30px;
	text-align:center;
}

.img-container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Franklin Gothic;
  font-weight:700;
  font-size: 17pt;
  width:100%;
}

.headrow {
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}

.oddrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #707070;
	color:#ffffff;
	padding:10px 10px 10px 10px;
}

.evenrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #4d4d4d;
	color:#ffffff;
	padding:10px 10px 10px 10px;
}

.page_break {
	background-color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
}

.page_break:hover {
	background-color: #c2c9cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration:none;	
}
