 html,body {height:100%;} 

h1 {
	color: #4A6D36; 
	font-family: "tahoma";
	font-size: 15px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 7px; 
	font-variant: small-caps;
	}

h3,h2 {
	color: #ADB38B; 
	font-family: "tahoma";
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 7px; 
	font-variant: small-caps;
	}

body, table, tr, td, div {
	Font-family: arial, sans-serif;
	Font-Size:8pt;
	letter-spacing: 1px; 
	line-height: 14px;
	color:#8EA373;
	margin-top: 0em;
	margin-bottom: 0em;
	}



.small {
 	Font-family: arial, sans-serif;
 	Font-Size:7pt;
 	letter-spacing: 1px; 
 	line-height: 8px;
 	color:#8EA373;
 	text-align:justify;
	}

textarea,input,select,submit {
	background-color: #BFC795;
	color: #8EA373;
	border-width: 1px;
	border-color: #BFC795;
	border-style: solid;
	padding: 0px;
	margin: 1px;
	} 

A:link {
	color: #ADB38B;
	text-decoration: none
	}

A:visited {
	color: #ADB38B;
	text-decoration: none
	}

A:hover {
	color: #4A6D36;
	text-decoration: none
	}

A:active {
	color: #4A6D36;
	text-decoration: none
	}
	
ul
  {
  margin-left: 0;
  padding-left: 2em;
  list-style-image: url(/kristenmiller/dot.gif);
  }
li
  {
  margin: 0;
  padding: 0;
  }


blockquote {
   margin: 0 auto;
  background: #DBE1C5;
  border-top: 1px solid #C1C8A5;
  border-bottom: 1px solid #C1C8A5;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
  color: #8EA373;
  font-family: "Trebuchet MS";
  Font-Size:10px;
  line-height: 12px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2;
  padding: 2px;
  width: 300px;
}
