/* 
	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  */
h1, h2, h3, h4, h5, h6	{ font-size:11pt; font-weight:bold; }
ul,ol							{  }



/*  FORMATTING CLASSES :: CUSTOM  */
.no_print					{ display:none; }
.navigation					{ display:none; }
.footer						{ display:none; }
.header						{ display:none; }
.print_header				{ margin-left:2.3in; }


.search_table				{ width:480px; border:1px solid #4aab43; float:left; }
.search_header_1			{ background-color:#4aab43; color:white; float:left; padding:3px; }
.search_header_2			{ background-color:#4aab43; color:white; float:left; padding:3px; }
.search_header_3			{ background-color:#4aab43; color:white; float:left; padding:3px; text-align:left !important; }
.search_header_4			{ background-color:#4aab43; color:white; float:left; padding:3px; }

.search_1					{ width:200px; float:left; padding:3px; }
.search_2					{ width:60px; float:left; padding:3px; }
.search_3					{ width:80px; float:left; text-align:right; padding:3px; }
.search_4					{ width:116px; float:left; padding:3px; }

.search_results_light	{ background-color:#ffffff; }
.search_results_dark		{ background-color:#c3dfbb; }
.search_num_results		{ background-color:#00559d; color:white; width:90px; padding:3px; margin-left:286px; text-align:center; font-weight:bold; border-left:1px solid #4aab43; border-top:1px solid #4aab43; border-right:1px solid #4aab43; float:left; display:inline; }
.search_new_search		{ display:none; }



/*  LINKS  */
a								{ text-decoration:underline; color:#0000ff; }
