﻿@charset "UTF-8";
table
	{
		border-collapse: collapse;
		border-color: #000000;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-spacing: 0px;
		border-style: solid;
		border-top-width: 0px;
		caption-side: top;
		clear: both;
		display: table;
		margin-left: 10px;
		padding: 0px;
		text-align: left;
		vertical-align: top;
		white-space: nowrap;
	}
table.single
	{
		border-top-width: 1px
	}
caption
	{
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-color: #000000;
		border-style: solid;
		display: table-caption;
		font-weight: bold;
		padding: 3px;
		text-align: center;
		vertical-align: top;
		white-space: nowrap;
	}
thead
	{
		display: table-header-group;
		padding: 0px;
		vertical-align: top;
		white-space: nowrap;
	}
tfoot
	{
		display: table-footer-group;
		padding: 0px;
		vertical-align: top;
		white-space: nowrap;
	}
tbody
	{
		display: table-row-group;
		padding: 0px;
		vertical-align: top;
		white-space: nowrap;
	}
tr
	{

		display: table-row;
		padding: 0px;
		vertical-align: top;
		white-space: nowrap;
	}
th
	{
		display: table-cell;
		font-weight: bold;
		padding-bottom: 1px;
		padding-left: 2px;
		padding-right: 1px;
		padding-top: 1px;
		text-align: center;
		vertical-align: middle;
	}
td
	{
		display: table-cell;
		border-bottom-width: 1px;
		border-bottom-color: #000000;
		border-bottom-style: solid;
		padding-bottom: 1px;
		padding-left: 2px;
		padding-right: 1px;
		padding-top: 1px;
		vertical-align: baseline;
	}
tfoot td
	{
		text-align: right
	}
tfoot td.left
	{
		text-align: left
	}
var
	{
		vertical-align: bottom;
		white-space: nowrap;
	}
