/* 
	Date: 03/14/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:verdana, arial, helvetica, sans-serif; }
body							{ color:#000; background:#fff; font-size:9pt; }




/*  FORMATTING CLASSES :: TAGS  */
h1, h2, h3, h4, h5, h6	{ font-size:11pt; font-weight:bold; }
#navigation,#content_action,#header_information,#header	{ display:none; }



/*  FORMATTING CLASSES :: CUSTOM  */
.no_print					{ display:none; }
.print_break				{ page-break-before:always; }



/*  LINKS  */
a								{ text-decoration:underline; color:#00f; }

