/* 
	Date: 01/09/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:10pt; }




/*  FORMATTING CLASSES :: TAGS  */
h1, h2, h3, h4, h5, h6			{ font-size:12pt; font-weight:bold; }




/*  FORMATTING CLASSES :: CUSTOM  */
#no_print					{ display:none; }
#tab0, #tab1, #tab2, #tab3, #ctab0, #ctab1, #ctab2, #ctab3 { display:none; visibility:none; }
.all_specs					{ display:inline; }
#print_header				{ display:inline; margin-left:auto; margin-right:auto; }



/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
