HTML {
  background-color: #FFFFFF;
}

BODY, TR, TD {
	font-family: "Geneva CE", "Arial CE", "Helvetica CE", "Arial", Sans-Serif;
	font-size: 12px;
	margin:0;
	padding:0;
	border: 0;
}

IMG, FORM, UL {
	margin:0;
	padding:0;
	border: 0;
}

A {
	color: #666666;
}

A:hover {
	color: #CCCCCC;
}

P {
	margin: 3px 0;
}

DIV.loading {
	background: url(../image/loading.gif) no-repeat 100% 0;
	width: 32px;
	height: 32px;
}

DIV#allround {
	margin: 10px auto 20px auto;
	width: 970px;
}

DIV.userControl {
	display: none;
}

DIV.printContact {
	display: block;
	width: 970px;
	height: 148px;
}

	DIV.printContact DIV.printContactBox {
		width: 440px;
		margin: 20px auto;
		border: 1px dashed #999999;
		padding: 20px;
		float: left;
	}

		DIV.printContact DIV.printContactBox DIV.name {
			font-size: 16px;
			font-weight: bold;
			color: #000000;
			margin-bottom: 5px;
		}

		DIV.printContact DIV.printContactBox DIV.territory {
			font-weight: bold;
			color: #999999;
			margin-bottom: 2px;
		}

		DIV.printContact DIV.printContactBox DIV.address {
			color: #666666;
		}

DIV.logo {
	display: none;
}

DIV.menu {
	display: none;
}

DIV.content {
	margin: 0 20px 0 0;
}

/* CATALOGUE */

UL.catalogue {
	list-style-type: none;
	position: relative;
	width: 220px;
	float: left;
	background-color: #EEEEEE;
}

	UL.catalogue > LI {
		font-weight: bold;
		width: 220px;
		margin: 2px 0;
	}

	UL.catalogue > LI > UL {
		display: none;
	}

DIV.catalogueMain {
	width: 700px;
	color: #666666;
	float: right;
	margin: 0 0 20px 30px;
}

	TABLE.pack-table {
		width: 480px;
		margin: 5px 0 20px 20px;
		display: table;
	}

	DIV.sectionContent DIV.program DIV.image TABLE.programFormats TR.printParam {
		display: table-row;
	}