/* Default */
table {
	font-size: 100%;
	text-align: center;
}
table, tr, th, td {
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

td.Div {
	height: 1em;
}

/* Table (table) */
table.Table {
	border: 1px solid #708090;
	border-collapse: collapse;
	color: #708090;
}
table.Table td {
	border: 1px solid #708090;
	padding: 2px 5px;
}
table.Table thead td {
/*	background-color: <%=color%>;*/
	text-align: center;
	color: white;
	font-weight: bold;
}
table.Table tbody td {
	color: black;
}
table.Table tr.Row2 {
	background-color: <%=Bgcolor%>;
}

/* Text justification */
.Sep2 {
	width: 50%;
}
.Sep2b {
	width: 25%;
}
.Sep3 {
	width: 33%;
}
.Sep3b {
	width: 16%;
}
.Sep4 {
	width: 25%;
}
.Sep4b {
	width: 12%;
}
.Sep5 {
	width: 20%;
}
.Sep5b {
	width: 10%;
}
.Sep6 {
	width: 16.5%;
}
.Sep6b {
	width: 8.25%;
}
.Sep7 {
	width: 14%;
}
.Sep7b {
	width: 7%;
}
.Sep8 {
	width: 12.5%;
}
.Sep8b {
	width: 6.25%;
}
.Sep9 {
	width: 11%;
}
.Sep9b {
	width: 5.5%;
}
.Sep10 {
	width: 10%;
}
.Sep10b {
	width: 5%;
}

