/* Corner Logo */
td.CornerCell {
	width:220px;
	margin:0px;
	padding:0px;
	
	overflow:hidden;

	background-image:url("../img/cornerBackground.jpg"); 
	background-repeat:no-repeat;
	background-position:right bottom;
}


img.CornerLogo {
	position:absolute;
	left:7px;
	top:10px;
	width:207px;
	height:138px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	cursor:pointer;
}
