﻿/* data table */
table.data {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 1.2em;
	}
table.data caption {
	margin-top:.6em;
	text-align: left;
	background-color: #685c5e;
	color: #fff;
	width: 462px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	}
table.data th {
	padding: 5px 10px 5px 10px;
	/*border-left: 1px solid #e5e5e5;*/
	text-align: left;
	background-color: #ded5b3;
	}
table.data td {
	padding: 10px 10px 10px 10px;
    /*border-left: 1px solid #ebe6d1;*/
    border-top: 2px solid #ded5b3;
    background-color: #ebe6d1;
    vertical-align: top;
	}
	
	
table.terms {
	width: 100%;
	margin-bottom: 1.2em;
	}
table.terms th {
	padding: 10px 10px 5px 0px;
	border-top: 1px solid #eee;
	vertical-align: top;
	text-align: left;
	width: 1%;
	font-weight: bold;
	color: #b6b28e;
	}
table.terms td {
	padding: 10px 0px 5px 0px;
    border-top: 1px solid #eee;
    vertical-align: top;
    width: 99%;
	}
		

