/* 
	Date: 03/14/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:verdana, arial, helvetica, sans-serif; * font-size:9pt; }
body							{ color:#000000; background:#ffffff; }




/*  FORMATTING CLASSES :: TAGS  */
.content				{ float:left; border:0px; }
.subnav				{ display:none; }
.wrap					{ border:0px; }


/*  FORMATTING CLASSES :: CUSTOM  */
.no_print					{ display:none; }
.print_only					{ display:block; }


/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
