body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	
}
.line {
	border-bottom: 1px dashed #663300;
	background-color: #D4C7B6;

	

}
.menu {
	border-bottom: 1px solid #663300;
	padding: 2px 2px 2px 3px;
	font-size: 14px;
	font-weight: bold;

}
.menutext {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;

}
.textwhite {
	color: #FFFFFF;
	text-decoration: none;
}
td {
	font-size: 10pt;
}
.tdright {

	border-right: 1px dashed #663333;
	
}
.language {
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}
.tdaround {

	border-right: 1px dashed #FFFFFF;


}
a:hover {
	color: #CC0000;
}

.textwhite:hover {
	color: #EEEEEE;
}h1 {
	font-size: 24px;
	color: #990000;

}
h2 {
	font-size: 16px;
	color: #003366;

}
.tdfull {
	border-right:1px #663333;
	border-bottom: 1px #663333;
}
table.pricelist{
	background-color: White; 
	border: 2px solid #993333;
	border-collapse:collapse;
	text-align:left;
	width:320px;
	MARGIN: 10px;
	}
th.pricelist{
	background-color: #F6F6F3;
	font-weight:bold;
	border: 1px solid #993333;
	padding: 1px;
	vertical-align:top;
}
td.pricelist{
	border:1px solid #993333;
	padding: 1px;
	text-align:center;
}