/* ABSORTECH PRINT CSS */
#header, #sidebar, #footer, #next, #prev, #nav-news, .border, #main_img {
	display: none;
}
h1 {
	font: normal 40px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4, table caption {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h6 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font: normal 16px/20px "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #000;
}
acronym {
	text-decoration: none;
	border-bottom: none;
}
table {
	font: normal 16px/20px "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
table caption {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}
th a, th a:link, th a:visited, th a:active, th a:hover {
	text-decoration: none;
}
thead tr th {
	font-weight:bold;
	text-align:center;
}
thead tr th.th-head {
	text-align:left;
	padding-left: 0;
	padding-right: 0.5em;
	font-size: 18px;
}
tbody tr th.tb-head {
	font-weight:bold;
	text-align:left;
	padding-left:0;
	padding-right:0.5em;
}
tbody tr th {
	font-weight:normal;
	text-align:left;
	width:13em;
	padding-left:0;
	padding-right:0.5em;
}
td {
	text-align:center;
	width: 4em;
}
tr {
	height: 2em;
}
img.right {
	float: right;
	margin: 10px;
	margin-top: 0;
}
img.left {
	float: left;
	margin: 10px;
	margin-top: 0;
}
img.img-list {
	display: block;
}
.article-content ol, .article-content ul {
	margin-left: 0;
	padding-left: 0;
}
.article-content ol li, .article-content ul li {
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-position: outside;
}