body {
	color: #000;
	font: 12pt "Times New Roman", Times, serif;
}
#header, #leftmenu, #footer, .noprint {
	display: none;
}
#text h1 {
	font: 20pt Arial, Helvetica, sans-serif;
}
#text h2 {
	font: 16pt Arial, Helvetica, sans-serif;
}
#text h3 {
	font: bold 12pt Arial, Helvetica, sans-serif;
}
#text a {
	color: #000;
	text-decoration: none;
}
#text table {
	border: 1px solid #000;
	border-collapse: collapse;
}
html>body #text table { /* non IE browsers */
	border-collapse: separate;
	border-spacing: 0;
}
#text table.prices {
	margin-bottom: 1em;
}
#text table th, #text table td {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
}
#text table th {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#text table td.title {
	padding-top: 0.5em;
	font-weight: bold;
	text-align: center;
}
#text table td.prices {
	font-weight: bold;
	text-align: right;
}
#text table.noborder {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#text table.noborder td {
	margin: 0;
	padding: 0;
	border: 0;
}
#text .txtsmall {
	font-size: 80%;
}
#text .txtbig {
	font: italic 20pt Arial, Helvetica, sans-serif;
}
#text .txtbig2 {
	font: italic 16pt Arial, Helvetica, sans-serif;
}
#text .imgleft {
	margin-right:20px;
	float:left;
}
#text .imgright {
	margin-left:20px;
	float:right;
}
div#print {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-size: 16pt;
	text-align: center;
}

.boxr{display:none;}

