/*
	File : print.css
	Date : 2006.7.7.dave

	SEE SCREEN.CSS FOR HEX COLOR REFERENCE
*/

body td {
	font-family:Tahoma, Verdana, Arial;
	font-size:10pt;
	font-weight: normal;
	color:#333333; 
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
}

input, select, submit, reset, textarea { border:1px solid #000000; }

/* DIV DEFINITIONS ================================================= */

#container {}
	#topImg { display:none; }
	#bottomImg { display:none; }

	#header { display:none; }
	#left { display:none; }
	
	#content { width:100%; }
		#pageTitle {}
		#pageTitle h1 { font-size:14pt; font-weight:bold; margin:0px 0px 10px 0px; padding:0px; border:1px solid #000000; border-width:0px 0px 1px 0px; }

		#hp_content { width:100%; }
		
	#footer { display:none; }

	#extraImg1 { display:none; }
	#extraImg2 { display:none; }
	
	#carlosQuote { display:none; }
				
#print_header { display:block; text-align:right; width:100%; min-height:70px; height:auto !important; height:70px; background:url('/images/logo.gif') no-repeat; margin-bottom:20px; }
#print_header td { font-size:10px; color:#333333; }

/* CLASS DEFINITIONS =============================================== */

.error {}
.form_label { text-align:right;	vertical-align:top; }