/* cascading style sheet for landowner index and maps */

body {background: #F8E7C7; font-size:10pt; font-family: tahoma, sans-serif; width: 800px; }
p {text-indent: 2em;}
h1 {font-size: 14pt; font-family: tahoma, sans-serif; text-align: center;}
a {color: blue; font-weight: bold; text-decoration: none;}
table {width: 90%;}
th {text-align: right; vertical-align: top; font-size:10pt; font-family: tahoma, sans-serif; background: #CCFFFF; padding: 4px; }
	.m {text-align: center;}
	.a {height: 80px; }
td {text-align: right; vertical-align: top; font-size:10pt; font-family: tahoma, sans-serif; background: #FFFFFF; padding: 4px; width: 15%;}
	.o {text-align: left; width: 55%;}
	.this {text-align: center; background: pink;}
div.l {float: left; background: #ffffcc; padding: 5px; border: thin dotted gray; margin: 0; margin-top: 5px; margin-bottom: 5px; text-align: left; text-indent: 0; width: 375px; }
div.r {float: right; background: #ccffcc; padding: 5px; border: none; margin: 0; margin-top: 5px; margin-bottom: 5px; text-indent: 0; width: 375px; }

/* last updated 26 Jan 2008 */