@charset "utf-8";
/* CSS Document */

body {
	background-color : #FFFFFF;
	font-family : Times New Roman, serif;
	font-size:12pt;
	width:100%;
		overflow:visible;
}

#wrapper, #headerwrap, #sectionintro, #pagewrapper, #pagewrapper2, #logo {
	width:100%;
		overflow:visible;
}

#pagewrapper, #pagewrapper2, #sectioncontent, #sectionnavigation {
	width:100%;
border:none;
		overflow:visible;
}

#topnavigation, #secondnavigation, #sidebar, #sidebar2, #sectionnavlist, #timesearch, #footer, #footerlinks, #commentscontent, .tfl-journey-planner, .rightalign {
display: none;
}

a:link, a:visited {
color:#0033CC;
text-decoration:underline;
}

#sectioncontent a:link:after, #sectioncontent a:visited:after {
content: " (" attr(href) ") ";
}