body, html {
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
	font-weight: 100;
	text-align: left;
	font-family: helvetica;
	}
h1 {
	text-align: center;
	font-size: 150%;
	}
h2 {
	text-align: center;
	font-size: 100%;
	}

saddle {color: #8B4513;
	}

.indent { padding-left:50; padding-right:50 }
.indent20 { padding-left:20; padding-right:20 }
.footy	{
	float: left;
	clear: left;
	text-align: left;
	font-size: 66%;
	margin-bottom: 10;
	}

.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 10px auto;
	}
.tabs input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
.tabs li{
	float: left;
	}
.tabs label {
	display: block;
	padding: 5px 10px;
	border-radius: 2px 2px 0 0;
	color: #8B4513;
	font-size: 18px;
	font-weight: normal;
	font-family: helvetica;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.tabs label:hover {
	background: rgba(255,255,255,0.5);
	}
[id^=tab]:checked + label {
	background: #8B4513;
	color: white;
	top: 0;
	}
[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
	}
.tab-content {
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	}

.alta {
	display: block;
	padding: 5px 10px;
	border-radius: 2px 2px 0 0;
	font-size: 18px;
	font-weight: normal;
	font-family: helvetica;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
a:link, a:visited {
	color: #8B4513;
	text-decoration: none;
	}
a:hover, a:active {
	background: rgba(255,255,255,0.5);
	}

.subtabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0px;
	}
.subtabs input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
.subtabs li{
	float: left;
	}
.subtabs label {
	display: block;
	padding: 5px 10px;
	border-radius: 2px 2px 0 0;
	color: #8B4513;
	font-size: 18px;
	font-weight: normal;
	font-family: helvetica;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.subtabs label:hover {
	background: rgba(255,255,255,0.5);
	}
[id^=subtab]:checked + label {
	background: #8B4513;
	color: white;
	top: 0;
	}
[id^=subtab]:checked ~ [id^=subtab-content] {
	display: block;
	}
.subtab-content{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 10px;
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	}

td.tablec1 {
	text-align:right;
	vertical-align:baseline;
	}
td.tablec2 {
	vertical-align:baseline;
	}
td.indexc1 {
	width: 100;
	padding-left: 10px;
	}
