/* 
	Date: 03/14/2006
	Author  : David Walsh
	Comments:
	Printer friendly pages made easy.
*/

/*  GLOBAL CLASSES  */
*								{ font-family:arial, helvetica, sans-serif; }
body							{ color:#000000; background:#ffffff; font-size:9pt; }

#content						{ width:600px; }
#footer						{ font-size:10px; text-align:left; }


/*  FORMATTING CLASSES :: TAGS  */




/*  FORMATTING CLASSES :: CUSTOM  */
.no_print					{ display:none; }

.arrow_list					{ margin:0 0 0 25px; }
.arrow_list li				{ list-style-type:circle; padding-left:4px; }


/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
