@CHARSET "ISO-8859-1";
.header {
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
	min-width: 900px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: ivory;
}

.headerLeftCorner {
	padding: 0px;
	height: 134px;
	width: 154px;
}

.headerMiddle {
	padding: 0px;	
	height: 134px;			
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	text-align: center;
}

.headerRightCorner {
	padding: 0px;
	height: 134px;
	width: 589px;	
}
