@charset "utf-8";
/* CSS Document */
	html{
		height: 100%;
		background-color: #0a74d8;
	}
	body{
		height: 100%;
		margin: 0px;
		padding: 0px;
		background-image: url(/img2/bg_grad4.jpg);
		background-position: top center;
		background-repeat:repeat-x;
	}
	*{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.title{
		font-size: 20px;
		color: #0a74d8;
	}
	a{
		color: #0068c6;
		text-decoration: underline;
	}
	a.menu{
		font-size: 14px;
	}
	a:hover{
		color: #cc6600;
		text-decoration: none;
	}
	form{
		padding: 0px;
		margin: 0px;
	}
	input, select, textarea{
		
	}
	input:focus, textarea:focus, select:focus{
		color: #0a74d8;
	}
	#q_mfrs1, #q_products1{
		font-size: 14px;
	}
	#q_mfrs1 > option, #q_products1 > option{
		font-size: 14px;
	}
	option.smtext{
		font-size: 10px;
	}
	span.fakelink{
		color: #0068c6;
		text-decoration: underline;
		cursor: pointer;
	}
	span.fakelink_hover{
		color: #cc6600;
		text-decoration: none;
		cursor: pointer;
	}
	.subtitle{
		font-size: 14px;
		color: #cc6600;
	}
	.singleout{
		color: #cc6600;
		font-style: italic;
	}
	.spotlight{
		color: #cc6600;
		font-style: italic;
	}
	.bluetext{
		color: #0068c6;
	}
	.redtext{
		color: #c00000;
	}
	.noprint{
	
	}
	.noscreen{
		display: none;
	}
	tr.pagebreak{
	}
