body
{
	color: #404040;
	background-color: #dddddd;
	font-family: Arial, Avenir, Myriad;
	font-size: 1em;
	line-height: 1.7em;
	text-align: center;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
}

h6
{
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 1px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

table
{
	border-collapse: separate;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-spacing: 0px 0px;
}

tr:nth-child(even) {
  background-color: #e1e4e6
}

tr:nth-child(odd) {
  background-color: #ffffe0
}

.Container
{
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.Outer-Table
{
	text-align: center;
}

.Outer-Row
{
	text-align: center;
}

.Outer-Column
{
	background-color: #eeeeee;
	text-align: center;
}

.TableStyle-Header-Row
{
	height: 36pt;
}

.TableStyle-Header-Column
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	color: #ffffff;
	background-color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	font-size: 0.8em;
	cursor: pointer;
}

.TableStyle-Row1
{
	height: 13px;
}

.TableStyle-Column1
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	//background-color: #ffffe0;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	text-align: right;
	font-size: 0.8em;
}

.TableStyle-Text-Column1
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	//background-color: #ffffe0;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	text-align: left;
	font-size: 0.8em;
}

.TableStyle-Row2
{
	height: 13px;
}

.TableStyle-Column2
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	//background-color: #e1e4e6;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	text-align: right;
	font-size: 0.8em;
}

.TableStyle-Text-Column2
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	//background-color: #e1e4e6;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	text-align: left;
	font-size: 0.8em;
}
