
/* STYLES USED WHEN PRINTING PAGES */

/* Hide the following items in the printable version */


#menu, #footer .right
{
 display:none; 
}

.dontprintme
{
display:none;
}


/* ---------------------------------------------------- */


body
{
background: #fff ;
color:#000000;
font: normal 12pt/160% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding:0px;

}

p
{
line-height: 12pt;
text-align: justify;
margin-bottom: 10px; 
}

a:link, a:visited, a:active {
color:#000000;
text-decoration:none;
}

ul.links
{
list-style: none;
color:#000000;
}



#main_inner h3
{
padding-bottom: 0;
margin-bottom: 0;
}

#main_inner h4
{
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
}

#main_inner h5
{
font-size: 0.8em;
color:#999999
}





/* Show URLs */

#printlinks a:after {
content: " ( " attr(href) ")";
font-size:10pt;

}

/* ---------------------------------------------------- */
