/* CSS Document */



/* Tables */
/* container for table */
#box150 {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
/* container for rows */
#box151 {
	width: 96%;
	height: auto;
	float: left;
}
/* header full with no colour */
#box152 {
	width: 629px;
	height: 40px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border: 1px solid #c2c2c2;
	background-color: none;
}
/* header full with bg colour */
#box153 {
	width: 988px;
	height: 75px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border: 1px solid #c2c2c2;
	background-color: #C8DD92;
}
/* box 1 - no bg colour */
#box154 {
	width: 180px;
	height: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #c2c2c2;
	background-color: none;
}
/* box 1 - bg colour */
#box155 {
	width: 200px;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #c2c2c2;
	background-color: none ;
	}
/* box 2 - no bg colour */
#box156 {
	width: 381px;
	height: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #c2c2c2;
	background-color: none;
}
/* box 2 - bg colour */
#box157 {
	width: 200px;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #c2c2c2;
	background-color: none ;
	}





	/* horizontal scroll for tables */
.overflowy-hidden {
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	float: left;
	border: 0px solid #000000;
	overflow-y: hidden;
}
