/* Stylesheet for legal documents. (C) Copyright Eurosafe UK Ltd 2008. */

body {
	width: 700px;
	margin: 1em auto;
	padding: 1em;

	background: #fff;

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
}

h1 {
	font-size: 1.125em;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin: 1em 0 0.5em 0;
	text-transform: uppercase;
}

ol {
	margin-left: 0;
	padding-left: 1.5em;
}

li p {
	margin: 0 0 1em 0;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

address {
	margin-bottom: 1em;
}

small {
	font-size: 0.85em;
}