/* CSS Document */
body {
background:#FFF;
font-size:12pt;
}
a:link,a:visited {
color: #0033FF;
background:transparent;
text-decoration:underline;
}
/*remove banner h1 from this class if you want the H1 to print - it has been removed as the H1 is used for the site heading and this already prints in the print page header*/
#banner h1,#navtop,#navleft,#right,#footer,.skip,#bread {
display:none;
}
#content,#banner {
width:auto;
margin-left:0;
border:0;
float:none !important;
color:#000;
background:transparent;
padding:0;
}
/* red asterix style for forms 030108 CA */
.redstar {
	color: #FF0000;
}
