table.header { 
	table-layout: fixed;
	width: 960px;
	padding: 0px;
	spacing: 0px;
	background-color: white;
	margin: 0px;
}

tr.buttons {
	height: 23px;	
}

tr.logo {
	height: 120px;	
}

tr.line {
	height: 27px;	
}

tr.bottom {
	height: 2px;	
}

img.logo {
	padding: 0em;
	height: 120px;

}

img.line {
	padding: 0em;
	height: 27px;
}

img.buttons {
	padding: 0em;
	border: none;
	vertical-align: text-top;
	height: 23px;
}

img.bottom {
	padding: 0em;
	vertical-align: text-top;
	height: 2px;


}