
/* styles for chapman farm - this is a comment */
body {
  	background-color: white;
  	width: 97%;
  	color: black;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 10pt;
  	text-align: left;
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: left top;
}

H2 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 15pt;
  	text-align: center;
  	text-decoration: underline;
}

H3 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 14pt;
  	text-align: center;
  	text-decoration: none;
	margin-bottom: 2pt;
	margin-top: 2pt;
}

H5 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12pt;
  	text-align: center;
  	text-decoration: underline;
}

h6 {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-align: center;
  	color: #A5A5A5;
  	margin-bottom: 2px;
}

P {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-align: left;
} 

p.small {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 8pt;
  	text-align: center;
} 

LI {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
} 

table {
  	width: 100%;
  	background-color: transparent;
  	align: center;
  	margin-top: 0px;
  	margin-left: 0px;
 	margin-right: 0px;
  	margin-bottom: 0px;
  	padding-top: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
}

  
table.outer {
  	width: 100%;
	background-color: #FBEEA1;
  	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	padding-top: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	border: 2px #626DB1 solid;
}

table.inner {
  	background-color: white;
  	padding-top: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
}

td {
  	background-color: transparent;
	padding: 3px;
}

td.inner {
	background-color: #FBEEA1;
	padding: 5px;
}

td.border {
  	border-top: 1px #626DB1 solid;
  	border-right: 1px #626DB1 solid;
  	border-bottom: 1px #626DB1 solid;
  	border-left: 1px #626DB1 solid;
}

.white {
  	background-color: white;
}

a:link {
  	color: #006000;
  	background-color: transparent;
  	font-weight: bold;
  	text-decoration: none;
}

a:active {
  	color: #008000;
  	background-color: transparent;
  	font-weight: bold;
  	text-decoration: none;
}

a:visited {
  	color: #00A000;
  	background-color: transparent;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
  	color: #00A000;
  	background-color: transparent;
  	font-weight: bold;
	text-decoration: underline;
}

.center {
  	text-align: center;
}

.right {
	text-align: right;
}

img.border {
 	border: 1px #626DB1 solid;
}
