/* 
    Document   : print
    Created on : 18/10/2008, 21:27:55
    Author     : evan
    Description:
        Purpose of the stylesheet follows.
*/

#topmenu, #sidebar, #footer, #intro, .printexclude {
    display:none;
}

a {
    text-decoration:none;
    color:#000;
}

table.content {
    width:100%;
    margin:20px 0px 20px 0px;
    padding:10px;
    border-collapse:collapse;
    border:1px solid #047;
}

table.content td, table.content th {
    background:#fff;
    padding:5px;
    border:1px solid #047;
}

table.content th {
    background:#eee;
}

div.page {
    page-break-after:always;
}