body
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background: #ffffff;     /* white */
	color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
	width: 100%;
	}
div#areaTitle   /* Nonscrolling title area */
	{
	position: relative;
	left: 0px;
	border-bottom: 1px solid #999999;
    width: 100%;
    padding: 5px 10px 0px 22px;
    background-color: #b0c0ff;
	}
div#areaText    /* Scrolling text area */
	{
	padding: 5px 10px 0px 22px;
	}

h1, h2, h3, h4
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
	margin-top: 1em;
	font-weight: bold;
	}
h1
	{
    font-size: 150%;
	margin-left: -18px;
	}
div#areaTitle h1      /* H1 in Title-Area */
	{
	font-size: 150%;
	margin-top: 0em;
    margin-bottom: 0.2em;
	}
h2
	{
	font-size: 130%;
	margin-left: -18px;
	}
h3
	{
	font-size: 115%;
	margin-left: -18px;
	}
h4
	{
	font-size: 100%;
	margin-left: -18px;
	}

table.myTABLE
	{
    width: 100%;
	margin-top: .6em;
	margin-bottom: .3em;
    border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999;
    font-size: 100%;
	}
table.myTABLE th, table.myTABLE td
	{
	border-style: solid; /* Creates the cell border and color */
    border-width: 0px 0px 1px 1px;
    /*pdfConversion: border-width: 0px 1px 1px 1px; */
	border-style: solid;
	border-color: #999999;
	padding: 4px 6px;
	text-align: left;
	}
table.myTABLE th
	{
    background: #cccccc;
	vertical-align: bottom;
	}
table.myTABLE td
	{
	background: #ffffff;
	vertical-align: top;
	}

table.tabNoBorder
	{
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    border-style: none;
    background-color: #ffffff;   /* use 999999 to see the border */
    font-size: 100%;
	}
table.tabNoBorder th, table.tabNoBorder td
	{
    border-style: none;
    padding: 0px 0px;
	text-align: left;
	}
table.tabNoBorder th
	{
    background: #cccccc;
	vertical-align: bottom;
	}
table.myTABLE th.cent
    {
    text-align: center;
    }
table.tabNoBorder td
	{
    /* background: #ffff40; = yellow */
    background: #ffffff;
	vertical-align: top;
	}
table.myTABLE td.cent
    {
    text-align: center;
    }

div#areaCopyright
	{
    color: #999999;
	font-style: italic;
    font-size: 80%;
	}
div#areaCopyright hr
	{
    color: #999999;
	height: 1px;
	}
