@charset "utf-8";
/* CSS Document */

body {
margin:0 auto;
padding:0;
background:#ffffff;
color:#000000;
}
	
#wrap {
margin:2%;
width:auto;
float:none !important;
}



/* Content Sections to be Removed when Printing */
 #nav, #textSize, #breadcrumb, #linklist {
display:none;
}

/* Image Tags to be Removed when Printing */
img {
display: none
}

a {
text-decoration:underline;
color:#0000ff;
background-color:inherit;
}