@CHARSET "UTF-8";

@import "structure.css";
@import "text.css";

a img {
	border: none;
}

div.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.address {
	margin: 0 0 15px 0;
}
.address p {
	margin: 0;
}

/*
table {
	border: 1px solid #d8e1ce;
	border-collapse: collapse;
	margin: 5px 0;
}
table td, table th {
	border: 1px solid #d8e1ce;
	padding: 3px;
}
table th {
	background-color: #d8e1ce;
	text-align: left;
}
*/