.ContainerMaster {
	position: relative;
	float: left;
	width: 100%;
	border: none;
	text-align: left;
	padding: 0 0 0 0;
	margin-top: 2px;
}

.HeaderRow{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-color: transparent;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.ContentRow {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.FooterRow {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}

