/* 
	Date: 03/14/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:verdana, arial, helvetica, sans-serif; }
body							{ color:#000000; background:#ffffff; font-size:9pt; }
#wrap							{ margin:0; }


#content,#home_content	{ width:600px; }
#footer						{ width:600px; }

#urns_top_left p,#urns_left p,#urns_right p,#urns_bottom p  { margin:0; }
#urns_top_left img,#urns_left img,#urns_right img,#urns_bottom img  { margin:0; }



/*  FORMATTING CLASSES :: TAGS  */
h1, h2, h3, h4, h5, h6	{ font-size:11pt; font-weight:bold; }




/*  FORMATTING CLASSES :: CUSTOM  */
.no_print					{ display:none; }
#navigation,#header		{ display:none; }
.print_only					{ display:block; }
.page_break					{ page-break-before:always; }

/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }

