/*
print styles
*/

body {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
background-color: #fff;
color: #000;
}

#nav,
#menuebox,
.topper,
.texticon,
#footer,
#boxframe {
display: none;
}

a {
background-color: #fff;
color: #000;
border: 0 none;
text-decoration: none;
}

h1 {
font-family : arial; 
font-size : 20px; 
color : #000000; 
text-decoration : none; 
text-align: center;
line-height: 30px;
font-Weight: normal;
}

h2 { 
font-family : arial; 
font-size : 16px; 
color : #000000; 
text-decoration : none; 
text-align: center;
margin-bottom:2px; 
font-weight: bold; 
}

P.text { 
font-family : arial; 
font-size : 12px; 
color : #000000; 
text-decoration : none; 
margin-bottom:2px; 
}

printonly {
display: block;
}

img, table {
border: 0 none;
}

table th {
border: 1px solid #ccc;
text-align: left;
}

.helpbox {
padding: 5px 10px;
border: 1px dotted #ccc;
}