/* CSS PRINT Document */

/*---this file is fro printing pages only----*/

body {
font-family: arial, sans-serif;
font-size: 9pt;
background: none;
}

#header, #mainnav, #sidebar, #footer {
display: none;
}

#contentcontainer{
/*margin-left:auto;
margin-right: auto;*/
float: left;
width: 750px;
}
/*
#contentcontainer a:link:after, #contentcontainer a:visited:after {
content: " (" attr(href) ") ";
font-size:x-small;
color: #666666;
text-decoration: underline;
}*/