*{
	margin: 0;
	padding: 0;
	border:0;
}
body {
	font-size: 0.85em;
	padding:40px;
	color: 333;
}
div.title{
	margin-bottom:20px;
}
table{
	border-collapse:collapse;
}
table.personalData{

}
input,textarea,select{
	border:1px outset #999;
}
td,th {
	font-size:100%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #006;
	margin-bottom: 20px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #c00;
	margin-bottom: 5px;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #339;
	width: 200px;
}
th.itemName {
	width: 150px;
	border-right: 1px solid #dcdcdc;
	background-color: #f5f5f5;
}
table table {
	border:1px solid #dcdcdc;
	width: 380px;
}
blockquote {
	font-size:90%;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 380px;
}
hr {
	height: 1px;
	color: #dcdcdc;
}
em{
	font-weight: bold;
	font-style: normal;
}
p.comment {
	font-size: 85%;
	font-weight: normal;
}
span.price {
	font-weight: bold;
	color: #f00;
}
span.error {
	font-weight: bold;
	color: #f00;
}

.font14{
	font-size:14px;
}
.font16{
	font-size:16px;
}
.font18{
	font-size:18px;
}

