/* Remove unwanted elements */
.noprint, .nav, .fatbox, .fatboxleft, .fatboxcenter, .midcurve, .topcurve, .logo, #flashContent
{
display: none;
}

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.printonly, #printonly {
	display: block;
	visibility: visible;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; float: none;
}
img {
	border: none !important;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited, .tab
{
color: blue !important;
background: none !important;
}
.tab, .form .shadetabs .tab, .form ul li a {
	font-size: 12px !important;
	
}
td.flash h1 {
	display: list-item !important;                
	list-style-image: url(../images/printlogo.png); 
	list-style-position: inside;       
	letter-spacing: -1000em;           
	font-size: 1pt;                    
	color: #fff;                 
	}
