/** CSS Styles for www.kerwin.net.au */
body {
	background-color: #fff;

	color: #000;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11pt;

	margin: 0px;
	padding: 10px;

	width: 90%;
	height: 90%;
	text-align: center;
}

img {
	border: 0px none #fff;
}

a:link {
	color: #330000;
}
a:visited {
	color: #662211;
}
a:active {
	color: #993300;
}
a:hover {
	color: #996633;
}

table#om {
	text-align: left;
	height: 100%;
	border: 1px solid #f8f8f8;
}

div#header {
	position: relative;
	width: 90%;
	border: 0px none #fff;
	margin: 2em;
}

div#footer {
	position: relative;
	width: 90%;
	border: 0px none #fff;
	margin: 2em;

	border-top: 1px solid #f7f7f7;

	font-size: 10pt;
	color: #ddd;
	text-align: center;
}

table#sections {
	margin-left: 1em;
	padding: 0px;
}

table#sections tr th {
	padding: 1em;
	margin: 0px;
	border: 1px dashed #eee;
}

table#sections tr td {
	padding: 1em;
	border: 1px dashed #eee;
	margin: 0px;
}

table#sections tr td.nul {
	border: 0px none #fff;
}

ul.flush {
	padding-left: 2em;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

ul.flush li {
	padding-left: 0em;
	white-space: nowrap;
}

ul.flush li.prime {
	font-size: 12pt;
	font-style: italic;
	list-style: circle outside;
}

ul.flush li.small {
	font-size: 8pt;
	font-style: italic;
	list-style: circle outside;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.tiny {
	font-family: "Small Fonts", "Andale Mono", "Bitstream Vera Sans", "Verdana";
	font-size: 6pt;
	color: #999999;
}

div#google {
	display: none;
}
