html, body{
	background: #f2e6d8;
	margin: 0;
	padding: 0;
}
html, body, textarea {
	scrollbar-face-color: #f2e6d8 !important;
	scrollbar-shadow-color: #d6ac83 !important;
	scrollbar-highlight-color: #d6ac83 !important;
	scrollbar-3dlight-color: #f2e6d8 !important;
	scrollbar-darkshadow-color: #d6ac83 !important;
	scrollbar-track-color: #fcf5ed !important;
	scrollbar-arrow-color: #000000 !important;
}
body, p, td, li, a{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.maintitle{
	margin: 2px 20px 2px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #4c7085;
}
td.title{
	font-weight: bold;
	color: #333333;
	background: #f2e6d8;
	height: 18px;
}
.title p{
	padding: 2px 10px 2px 10px;
}
td.content{
	color: #333333;
	background: #ffffff;
}
.content p{
	margin: 10px 10px 10px 10px;
}
.content a{
	color: #cc0000;
	background: #ffffff;
}
.pageline td{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #552824;
}
.pageline a{
	font-weight: normal;
	color: #cc0000;
}
.price{
	font-size: 10px;
	color: #000000;
}
.price .national{
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}
.error{
	font-weight: bold;
	font-size: 10pt;
	color: #993300;
}