body {
	margin: 0px;
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff url(images/bg.jpg) top left;
}

table {
	border: 0px;
	font-size: 12px;
}

a,a:visited {
	color: #601B1C;
}

.container {
	border: 1px solid #000;
	border-left: none;
}
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
h1 { font-size: 14px; font-weight: bold; margin: 0px; display: inline; }
h2 { font-size: 12px; font-weight: bold; margin: 0px; display: inline; }
.b { font-weight: bold; }
.u { text-decoration: underline; }

.products {
	background: url(images/right-bg.jpg) repeat-y top left;
	padding: 2px 8px;
	font-size: 10px;
}

.popupLink,.popupLink:visited {
	color: #ffffff;
	text-decoration: none;
}

.popupLink:hover {
	text-decoration: underline;
}

#equipment_popup {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
	width: 123px;
	background: url(images/popup-bg.jpg) repeat-y top left;
	color: #ffffff;
	font-size: 11px;
}
#service_popup {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
	width: 123px;
	background: url(images/popup-bg.jpg) repeat-y top left;
	color: #ffffff;
	font-size: 11px;
}

.body {
	padding: 5px;
}
