/* Start of CMSMS style sheet 'errt_print' */
/* Print instruction */

#header_img {
display: none;
}

#content_box {
    width: 640px;
margin: 0px;
padding: 0px;
}

#mainmenu {
display: none;
}

#submenus {
display: none;
}

#footers_main {
display: none;
}

#footers {
display: none;
}

.noprint { 
display: none;
}

.print {
display: block;
}

p, table, tr, td, html, body{
text-align: justify;
}
/* End of 'errt_print' */

