/*
print styles
*/

body {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
background-color: #fff;
color: #000;
}

#top,
#menuebox,
.topper,
.texticon,
#footer,
#boxframe {
display: none;
}

a {
background-color: #fff;
color: #000;
border: 0 none;
text-decoration: none;
}

printonly {
display: block;
}

img, table {
border: 0 none;
}
table td,
table th {
border: 1px solid #ccc;
}

.helpbox {
padding: 5px 10px;
border: 1px dotted #ccc;
}