/* 
	Date: 03/14/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:arial, helvetica, sans-serif; }
body							{ color:#000; background:#fff; font-size:11px; }
#wrap							{ margin:0; border:0; padding:0; }



/*  FORMATTING CLASSES :: TAGS  */
h1, h2, h3, h4, h5, h6	{ font-size:11pt; font-weight:bold; }
#navigation,#header		{ display:none; }
#content						{ border:0; width:100%; }
#content_left, #content_right	{ width:310px; }


/*  FORMATTING CLASSES :: CUSTOM  */
.no_print					{ display:none; }
.print_less					{ width:600px; }
.page_break					{ page-break-before:always; display:block; }
.print_only					{ display:block; }


/*  LINKS  */
a								{ text-decoration:underline; color:#00f; }

