body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin: 1cm;
	line-height: 1.5;
}

#hideempty, #header, #coldx, #utilities, #showgrid, #footer a, .hidden {
	display: none;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

td, th {
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 1.5em;
}

h1, h2, h3 {
	margin: 1em 0 0;
}

p {
	margin: 0 0 .5em;
}

li {
	margin-bottom: 1em;
}

ul {
	margin: 1em 0 1em 1em;
}

a.writeme {
	unicode-bidi: bidi-override;
	direction: rtl;
}