@charset "utf-8";

body {
	background: #FFFFFF;
}

#fax h2 {
	text-align: center;
}

#fax h4 {
	margin-bottom: 5px;
	margin-top: 10px;
}
#fax table {
	margin: 0 0 10px 0;
}

#fax table {
	border-left:1px solid #000;
	border-top:1px solid #000;
}

#fax table tr th,
#fax table tr td {
	padding: 5px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}