/* 
	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; }




/*  FORMATTING CLASSES :: TAGS  */



/*  FORMATTING CLASSES :: CUSTOM  */
.no_print,.navigation,.header,.footer	{ display:none; }
.print_footer 				{ text-align:center; border-top:2px solid #000; padding-top:6px; margin-top:25px; }


/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
