/*
 *	Distributor Print
 *	-------------------------
 */

* {
	font-family:times,garamond,courier new;
	font-size:12pt;
}

	a img {
		border:0;
	}

h1 {
	font-size:130%;
	border-bottom:4px double black;
	clear:both;
}

div#content h1 {
	border-bottom:1px solid black;
}

div#content h1 span {
	float:right;
	border-bottom:1px solid black;
}

div#header h1 img {
	display:block;
	float:left;	
}

div.bannerItem {
	float:left;
	margin-right:1px;
}

fieldset {
	padding:10px;
}
	fieldset input {
		margin-right:1em;
	}

.alignRight {
	float:right;
	margin-left:5px;
}

.alignLeft {
	float:left;
	margin-right:5px;
}

/**
 *	Hide header & splash
 *	-------------------------
 */

div#header a, div#header img, div#header div {
	display:none;
}

div#splash object, div#splash a {
	display:none;
}

div#sideBar form {
	display:none;
}