.header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #EC008C;
	border-left-color: #EC008C;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	height: 20px;
	width: 100%;
	padding-left: 5%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EC008C;
	font-weight: normal;
	padding-right: 5%;
}
.acformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
	padding: 20px;
}

