@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2004-12-11 : SJK
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*******************************************************************************/

@import "/css/sjknew.css";

*
{
 background-color: #fff;
}

body
{
	font-family: Garamond, Times-Roman, serif;
	font-size: 1.2em;

}

.left_column, .right_column, #masthead,.top_links
{
 display: none;
}

address 
{
 border-top: 1px solid black;
 font-size: 0.8em;
}

a,a:hover
{
 text-decoration: none;
}

.frameprint
{
	font-family: arial, sans-serif;
	font-size: 9px;
}

.adrlst
{
 font-size: 60%
}
