body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #fff;
}
body, td, art_text {
	font-family : Arial, san-serif;
	font-size: 14px;
	color : #414e4c;
}
p, div, img  {
	margin: 0;
	padding: 0;
}
a, img {
	border: 0;
}
a {
	color: #64a99f;
}
ul li {
	margin-bottom: 5px;
}
ol li {
	margin-bottom: 5px;
}
a:visited {
	color: #9ba9c8;
}
a:hover {
	color: #DF220E;
}
.listcheck, .listcheck li {
	display: list-item;
	list-style: outside url('images/check.gif'); 
}
.listcheck li,  li.listcheck {
	margin-bottom: 5px;
}
.tableprice {
	border: 0;
	margin: 10px 0;
	padding: 3px;
	table-layout: auto;
}
.tableprice tr:first-child {
	background: #a1c5c1;
}
.tableprice tr:first-child  td{
	padding: 10px;
	text-align: center;
}
.tableprice td {
	border-bottom: 1px solid #e8e7e3;
	padding: 15px;
	overflow: visible;
}
