/* General CSS for all pages only for PRINTING */


body {
padding : 0;
margin : 0;
background-color : #ffffff;
font-family : arial, sans-serif;
font-size : 14px;
}
a {
text-decoration : none;
color : #000000;
}
.header {
visibility : hidden;
height : 0;
background-image : none;
}
.pageBanner {
visibility : hidden;
height : 0;
background-image : none;
}
#topMenuBar {
visibility : hidden;
height : 0;
background-image : none;
}
table.menuBar {
visibility : hidden;
height : 0;
background-image : none;
}
div.content {
margin : 0 20px;
overflow : visible;
position : relative;
top : 0;
}
div.footer {
margin : 25px 25px 0;
text-align : center;
}
div.footerLinks {
visibility : hidden;
height : 0;
}
.pageBottomPadding {
visibility : hidden;
height : 0;
}
