/* CSS Document */
/* PRINT ONLY */
body { 
	background: white;
	font-size: 11pt; 
	} 

/* Remove unwanted elements */
#left, #right, #custiontopBg, #footer, .rounds-links {
	display: none;
	}

/* Ensure the content spans the full width */
#container, #middle_container, #middle_main {
	width: auto; 
	margin: 0 2%; 
 	padding: 0; 
 	border: 0; 
	float: none !important; 
	color: black; 
	background: transparent; 
	} 
	
	* html #middle_main {
	width: auto;
	margin: auto; 
	}
	
	* html table.threeColLayout {
	width: auto;	
	}



/* Improve colour contrast of links */
	a:link, a:visited {
	color: #781351
	}
	
	


table.WedPool {
	width: auto;
	background-color: #FFFFFF;
}	
	
table.WedPool th {
	border-top-color: black;
	border-right-color: #999999;
	border-bottom-color: black;
	border-left-color: #999999;
}

table.WedPool td {
	border-color: #999999}

.BreakNews {
	background-color: transparent; 
	border: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.BreakNewsScroll {
	height: 200px;
	background: transparent;

}