/* -----------------------------------------------------
   Define the page body and layout table attributes
   ----------------------------------------------------- */
body, body div{
	text-align:center;
	background-color:#42442B; 
	color:#2f3025;
	margin-top: 15px;
	margin-bottom: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f3025;
	background-color:#42442b;
	line-height: 14px;
}
body div table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse : collapse;
	table-layout : auto;
	width:719px;
}
body div table tr td, body div table tr th {
	margin:0;
	padding:0 2px;
	vertical-align:middle;
}
strong {
	color:#2f3025;
  	background-color : inherit;
}

/* -----------------------------------------------------
   Set link attributes
   ----------------------------------------------------- */
a:link {
	color: #CC6633;
	background-color : inherit;
  }
a:active {
	color:#CC6633;
	background-color : inherit;
  }
a:visited {
	color: #CC6633;
	background-color : inherit;
  }
a:hover {
	color:#6699CC;
	background-color : inherit;
	cursor:pointer;
  }
a.more-pages {
	padding-right: 3px;
	padding-left: 3px;
} 
.page-bottom a:link {
	color:#a9ad85;
	background-color : inherit;
  }
.page-bottom a:active {
	color:#a9ad85;
	background-color : inherit;
  }
.page-bottom a:visited {
	color:#a9ad85;
	background-color : inherit;
  }
.page-bottom a:hover {
	color:#DBD7A2;
	background-color : inherit;
	cursor:pointer;
  } 
/* -----------------------------------------------------
   Align horizontally
   ----------------------------------------------------- */
td.align-right {
	text-align:right;
}
td.align-center {
	text-align:center; 
	margin-left:auto;
	margin-right:auto;
}
td.align-left {
	text-align:left;
}
td.align-justify {
	text-align : justify;
}

/* -----------------------------------------------------
   Align vertically
   ----------------------------------------------------- */
td.valign-top {
	vertical-align:top;
}
/* This isn't needed - it's the default
td.valign-middle {
	vertical-align:middle;
} */
td.valign-bottom {
	vertical-align:bottom;
}
td.tan {
	background-color:#ffffff;
	border: 2px solid #797c5e;
	margin: 15px;
	padding: 15px;
	vertical-align: top;
}
.pad-image {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.highlight-font {
	font-size:12px;
	color: #CC6600;
	background-color : inherit;
}
.footer-font {
	font-size:12px;
	color: #cecbc0;
	background-color : inherit;
}
.float-right {
	float:right;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.float-left {
	float:left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.header2 {
	font-size: 14px;
	color: #6F9300;
	text-decoration: underline overline;
	background-color: #FBF1EC;
	font-weight: bold;
}
