/* -----------------------------------------------------
   Define the page body and layout table attributes
   ----------------------------------------------------- */
body {
	text-align:center;
	background-color:#C4BB97;
	color:#996633;
	margin-top: 15px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
}
body table {
	text-align: center;
	border-collapse : collapse;
	table-layout : auto;
	background-image: url(graphics/bg_jon.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 729px;
}
body table tr td, body table tr th {
	margin:0;
	padding:0;
	vertical-align:middle;
}

/* -----------------------------------------------------
   Set link attributes for main pages
   ----------------------------------------------------- */
a:link {
	color: #666600;
	background-color:inherit;
}
a:active {
	color:#CC6633;
	background-color:inherit;
}
a:visited {
	color: #666633;
	background-color:inherit;
}
a:hover {
	color:#CC6633;
	background-color:inherit;
	cursor:pointer;
}
 a.more-pages {
	padding-right: 2px;
	padding-left: 2px;
} 
/* -----------------------------------------------------
   Default element attributes
   ----------------------------------------------------- */
img {
	border:0;
  }
  
strong {
	color:#666633;
	background-color:inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  }
  
/* -----------------------------------------------------
   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;
}

/* -----------------------------------------------------
   Cell colors
   ----------------------------------------------------- */
td.olive {
	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 8px;
	padding-left: 8px;
	text-align: justify;
	vertical-align: top;
	padding-top: 8px;
	margin: 0px;
}

/* -----------------------------------------------------
   Font settings
   ----------------------------------------------------- */
td.smallfont {
	font-size:10px;
	color: #333300;
	background-color:inherit;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px;
}
.align-left {
	text-align: left;
}
.image-pad {
	margin-right: 3px;
	margin-left: 3px;
}
td.olive-bottom {
	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	margin: 0px;
}
td.olive-left {
	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 8px;
	text-align: justify;
	margin: 0px;
}
td.olive-right {
	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 8px;
	padding-left: 8px;
	text-align: justify;
	vertical-align: top;
	margin: 0px;
}
.banner-pad {
	margin-right: 12px;
}
.bottom-menu-highlight {
	color: #993300;
	margin-right: 2px;
	margin-left: 2px;
	font-weight: bold;
}
.text-highlight {
	color: #CC9900;
}
.link-divider {
	margin-right: 2px;
	margin-left: 2px;
}
td.olive-bottom2 {
	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
}
td.olive-left-home {

	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 6px;
	text-align: justify;
	margin: 0px;
}
td.olive-left-pricing {


	border: 2px solid #CCCC99;
	background-color: #DAD7CC;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 3px;
	text-align: justify;
	margin: 0px;
}
.small-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.small-bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	background-color: #EAEAD5;
	margin: 0px 2px 0px 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
