@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 15pt;
	background-color: white;
	background-image:url(images/land.gif);
	
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	min-width: 1002px;
	
}


a:link { color: #000; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 11pt; text-decoration: underline; }

a:visited { color: #000; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 11pt; text-decoration: underline; }

a:hover { color: #C00; font-size: 9pt; text-decoration: none; }

a:active { color: #000; font-size: 9pt; text-decoration: underline; }



h1 { color: black; font-size: 3.6em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 900; line-height: 12pt; letter-spacing: 5pt; margin: 0.67em 0 0.4em; }

h2 { font-size: 1.5em; font-weight: bold; margin: 0.83em 0 0.43em; line-height: 1.6em;}

h3 { color: black; font-size: 1.1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: .4em; letter-spacing: 0pt; margin: 0 8px .5em 0; padding-bottom: 16px; }

h4 { font-size: 14px; font-weight: bold; margin: 1.33em 0 -2px; line-height: 30px; }

ol { font-size: 10px; line-height: 17px; list-style-type: decimal; }

.button { color: black; background: white; font-weight: bold; margin: 3px; border: solid 1px #000000; }
		
.button:hover {color: black;
				background: #f99d1c;}
