@charset "utf-8";
body {
	background-color: #EFEBE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.container {
	margin: 0px;
	height: 100%;
	width: 100%;
	line-height: 20px;
}

.header {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: left;
}

.company {
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
}

.list-header {
	font-weight: bold;
	text-decoration: underline;
}

.main-left {
	float: left;
	width: 40%;
}

.main-center {
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 4px;
}

.main-right {
	float: right;
	width: 40%;
	text-align: right;
}

.footer {
	text-align: center;
	vertical-align: bottom;
	clear: both;
}
