body	{
	background: #ffffff url(wbackvl.jpg) repeat;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 20px;
	text-align:justify;
	}
H1	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-color: #999999;
	}
H2	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-color: #999999;
	}

H3	{
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-color: #999999;
	}

ol	{
	font-family: Arial;
	color: rgb(100, 100, 100);
	font-size: 10pt;
	}

ul	{
	font-family: Arial;
	color: rgb(100, 100, 100);
	font-size: 10pt;
	}

p	{
	font-family: Arial;
	color: rgb(100, 100, 100);
	font-size: 10pt;
	}

table	{
	border: thin solid #dddddd;
	font-family: Arial;
	color: rgb(100, 100, 100);
	}

tr.titlerow {
	font-family: Arial;
	color: rgb(100, 100, 100);
	font-weight: bold;	
	text-decoration: underline;
	text-align: center;
	}

tr 	{
	align: top;
	text-align: left;
	}

td {
	padding-top: 6pt;
	padding-left: 6pt;
	padding-right: 6pt;
	padding-bottom: 6pt;
}

a:link  {color: rgb(0, 0, 150);
	text-decoration: none;
	}
a:visited {
	color: rgb(150, 0, 0);
	text-decoration: none;
	}
a:hover {
	color: rgb(0, 0, 200);
	text-decoration: underline;
	}