.note {
	font-size: 85%;
}
.cell-left {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
}
.cell-head {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	vertical-align: bottom;
	text-align: center;	
}

.bottom {
	vertical-align: bottom;
	}

.cell-right {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: right;
}
.tbl-border {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 98.5%;
	border-collapse: collapse;
	}
caption {
	padding-bottom: 7px;
	text-align: left;
}
.floatRight {
	float: right;
	padding-left: 10px;
	vertical-align: top;
	
}
.cell-head-2col {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	width: 50%;
	vertical-align: bottom;
	text-align: center;
}
.cell-head-10pct {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	width: 10%;
	vertical-align: bottom;
	text-align: center;
}
.cell-head-20pct {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	width: 20%;
	vertical-align: bottom;
	text-align: center;
}
.cell-head-15pct {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	width: 15%;
	vertical-align: bottom;
	text-align: center;	
}
.cell-head-50pct {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	width: 50%;
	vertical-align: bottom;
	text-align: center;	
}
caption {
}
.cell-right-10pct {
	font-size: 85%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: right;
	width: 10%;
}
.h1title {
	font-size: large;
	text-transform: uppercase;
	border-bottom: 2px solid #333;
}
h2 {
	font-size: large;
	font-variant: normal;
	}
	
h3 {
	font-size: medium;
	font-style: italic;
	border-bottom: 1px solid #999;
	}

table.standard {
		border: 0px;
		margin-bottom: 5px;
		width: 100%;
		border-collapse: collapse;
		}
		
table.standard th {
		border: 0px;
		font-weight: bold;
		color: #000;
		text-align: left;		
		padding: 2px;	
		background-color: #E5E5E5;
		}

table.standard td {
		border: 0px;
		text-align: left;
		vertical-align: top;
		padding: 2px;
		width: 70px;
		border-bottom: 1px dashed #000;
		}
		
table.standard tr {
		vertical-align: top;
		}

