/* 
	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:10pt; }




/*  FORMATTING CLASSES :: TAGS  */
h1 							{ font-size:14pt; font-weight:bold; }
h2, h3, h4, h5, h6		{ font-size:12pt; font-weight:bold; }
p								{ font-size:11px; }


/*  FORMATTING CLASSES :: CUSTOM  */
.content_footer			{ display:none; }
.content_left				{ display:none; }
.copyright					{ margin-top:.5in; }
.footer						{ display:none; }
.header						{ display:none; }
.navigation					{ display:none; }
.no_print					{ display:none; }
p.no_top_margin			{ margin-top:3px; }
.print_header				{ font-size:24px; margin-bottom:0px; }



/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
