/* -----------------------------------------------------
   Define the page body and layout table attributes
   ----------------------------------------------------- */
body {
	text-align:center;
	background-color:white;
	background-image:url(graphics/bg_tan2.jpg);
	color:#333333;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	margin-left: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
	background-color:white;
	line-height: 14px;
}
body table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse : collapse;
	table-layout : auto;
	border: 1px solid #FFCC66;
}
body table tr td, body table tr th {
	margin:0;
	padding:0;
	vertical-align:middle;
}

/* -----------------------------------------------------
   Set link attributes
   ----------------------------------------------------- */
  
  a:link {
	color: #9B5A2F;
	background-color:inherit;
	text-decoration:none
  }
a:active {
	color:#9B5A2F;
	background-color:inherit;
	text-decoration: none;
  }
a:visited {
	color: #9B5A2F;
	background-color:inherit;
	text-decoration: none;
  }
a:hover {
	color:#808040;
	background-color:inherit;
	cursor:pointer;
	text-decoration: underline;
  }
  a.more-pages {
	padding-right: 2px;
	padding-left: 2px;
  }
  .wdcta-bottom a:link {
	color: #FEEBC5;
	background-color:inherit;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
.wdcta-bottom a:active {
	color:#FEEBC5;
	background-color:inherit;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
.wdcta-bottom a:visited {
	color: #FEEBC5;
	background-color:inherit;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
.wdcta-bottom a:hover {
	color:#999933;
	background-color:inherit;
	cursor:pointer;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
 .wdcta-menu a:link {
	color: #744323;
	background-color:inherit;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
  }
.wdcta-menu a:active {
	color:#744323;
	background-color:inherit;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
  }
.wdcta-menu a:visited {
	color: #744323;
	background-color:inherit;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
  }
.wdcta-menu a:hover {
	color:#999966;
	background-color:inherit;
	cursor:pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
  }
/* -----------------------------------------------------
   Default element attributes
   ----------------------------------------------------- */

strong {
	color:#8F6A52;
	background-color:white;
  }
td.hunter {
	color:inherit;
	background-color:#643A21;
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.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;
}
/* -----------------------------------------------------
   Font settings
   ----------------------------------------------------- */
td.smallfont {
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.border-cell {
	border: 1px solid #CCCCCC;
}
td.border-cell-left {
	vertical-align: top;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.border-cell-right {
	vertical-align: top;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.border-cell-listing-left {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
}
td.border-cell-listing-right {
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
}
.highlight-bullet {
	color: #808040;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td.border-cell-listing-middle {
	font-size: 10px;
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
}
td.border-stable-top {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.highlight-arrow-small {
	color: #808040;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.border-stable-bottom {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.page-bottom {
	font-size:10px;
	background-color: #6a3d20;
	text-align: center;
	color: #FEEBC5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(graphics/page_bottom_fill.jpg);
	background-repeat: repeat-x;
}
td.main-menu {
	text-align:center;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #996633;
	background-color: #E6D7CC;
}
.calendar-bold {
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.nav-menu-spacer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6F6F00;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
td.main-cell {
	color:inherit;
	background-color:#FFFFFF;
	text-align: justify;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
td.main-cell-center {
	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.main-chapters {
	color:#996666;
	background-color:#F0E7E1;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.chapter-spacer {
	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
td.chapter-spacer-left {
	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
td.main-cell-no-bottom {

	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.highlight-arrow-medium {
	color: #808040;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main-menu-static {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #797951;
	text-decoration: underline;
}
.highlight-pink-small {
	font-size: 10px;
	font-weight: bold;
	color: #FF6666;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td.main-cell-center-shows {
	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
	font-size: 11px;
}
td.main-cell-shows-top {

	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
td.main-cell-shows-bottom {
	color:inherit;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
td.main-cell-video {
	color:inherit;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
}
.calendar-bold2 {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline overline;
	background-color: #FFE6E6;
}
.block-text1 {
	font-size: 10px;
	background-color: #F0E2D5;
	text-align: left;
	padding: 10px;
	border: 1px dotted #CC6666;
}
.block-text2 {

	font-size: 10px;
	background-color: #FFEAEA;
	text-align: left;
	padding: 10px;
	border: 1px dotted #CC6666;
}
.title-header1 {
	font-size: 16px;
	color: #996666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title-header2 {
	font-size: 14px;
	color: #996666;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline overline;
	background-color: #FBEBE1;
}
.title-header3 {
	font-size: 14px;
	color: #996666;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline overline;
}
.block-text3 {
	background-color: #EEE3DB;
	text-align: justify;
	padding: 8px;
	border: 1px dotted #CC6600;
	margin: 8px;
}
.block-text3-highlight {
	background-color: #EEE3DB;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallfont2 {
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.main-business {
	color:inherit;
	background-color:#FFFFFF;
	text-align: left;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.block-text1-highlight {
	font-size: 10px;
	background-color: #F0E2D5;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.block-text4 {
	font-size: 10px;
	background-color: #F3EDD8;
	text-align: left;
	padding: 10px;
	border: 1px dotted #808000;
}
.block-text4-highlight {
	font-size: 10px;
	background-color: #F3EDD8;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title-header4 {
	font-size: 12px;
	color: #996666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

