﻿body
{
	margin: 1px;
	font-family: Arial;
	background-color: #99ccff; /*	width: 600px; */
	background-position: center; /*	BACKGROUND-POSITION-X: center; */
	word-spacing: normal;
	background-repeat: repeat-y;
	letter-spacing: normal;
	background-color: white;
}
A
{
	color: black;
	font-family: Arial;
}
pre
{
	font-size: 10pt;
	font-family: arial, helvetica, verdana;
	white-space: pre-wrap; /* Since CSS 2.1 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	text-align: left;
	color: Black;
	vertical-align:top;
	display:inline;
}
table
{
	border:0px;
	border-style:solid;
}

div
{
	font-size: 10pt;
	font-family: arial, helvetica, verdana; 
	text-align: left;
	color: Black;
}

Text
{
	text-align: left;
	font-family: Verdana;
	font-size: inherit;
	color: #000080;
}

td.RowTitle
{
	font-size: 10pt;
	font-family: arial, helvetica, verdana;
	text-align: left;
	color: Black;
	font-weight:bold;
	vertical-align:top;
}
td.RowData
{
	font-size: 10pt;
	font-family: arial, helvetica, verdana;
	text-align: left;
	color: Black;
	vertical-align:top;
	width: 456px;
	padding-bottom :10px;
}
table {
  table-layout: fixed;
}