/* Print.css */

html * {
background-color:white !important;
background-image:none !important;
}

body {
margin:0;
padding:0;
font-family:Arial, Lucida, Times;
color:#000000;
background:none;
}

h1,h2,h3,h4,h5,h6,p,pre,li,legend { color:#000000; }

img { display:none; }

fieldset { margin-bottom:20px; }

.noprint { display:none; }

#container {
background:none;
}

#globalcontainer {
background:none;
}

#globalinfo {	
display:none;
}

#navi {
display:none;
}

#content {
position:static;
}

#footer {
display:none;
}