.table-style {
	width: 95%;
	background-color: #CFE4EB;
	margin-bottom: 30px;
}

.table-style th,
.table-style td {
	padding: 7px;
	text-align: left;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	font-weight: normal;
	color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.table-style th {
	color: #008888;
	font-weight: bold;
	white-space: nowrap;
	width: 25%;
	background-color: #F5FAFC;
}
.table-style td {
	background-color: #FFFFFF;
}

.ctrl {
	width: 90%;
	padding: 15px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 85%;
	margin-bottom: 10px;
}

