/* ///
  ///		common
 /// */

table.tbl, .tbl table {
}

.tbl tr {
}

.tbl th {
}

.tbl td {
}

/* ///
  ///		style 1
 /// */

.tblS1 {
	/*background-color: #F8F5E5;*/
	padding: 0px 0px 0px 0px;
}

table.tblS1, .tblS1 table {
	width: 100%;
	border-collapse: collapse;
	
}

.tblS1 th, .tblS1 td {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #666;
	/*font-size: .9em;*/
	/*font-weight: bold;*/
}

.tblS1 th {
	padding: 5px 4px 6px 4px;
	text-align: left;
	/*font-size: 11px;*/
	font-weight: normal;
	border: #DBD8CA 1px solid;
	/*border-top: #DBD8CA 1px solid;
	border-bottom: #DBD8CA 1px solid;*/
	background-color: #EEEADC;
}

/*   <td>   */

.tblS1 td {
	padding: 3px 4px 3px 4px;
	border: #DBD8CA 1px solid;
	/*border-bottom: #DBD8CA 1px solid;*/
}

.tblS1 tr.first td {
}

.tblS1 tr.last td {
}

.tblS1 tr.odd td {
}

.tblS1 td a, .tblS1 td a:visited {
}

.tblS1 td a:hover, .tblS1 td a:active {
}


