
/* kWnd stylesheet */

BODY
{
	color: black;
	font-family:verdana;
	font-size:10pt;
	font-weight:normal;
	margin-top:30px;
	margin-left: 20px;

} 

A
{
	color: #000099;
	font-size:10pt;
	text-decoration: underline;
	margin-top:0px;
}

A:hover
{ 
	background-color: #f2f2ff
}

TABLE
{
	font-size: 12px;
	font-family:verdana;
}


H1, H2, H3
{
	color: #000099;	
	font-family: arial;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
}

H1
{
	font-size:13pt;
	
}


H2
{
	font-size:11pt;
}


H3
{
	font-size:10pt;
}


TD.RELEASE_VERSION
{
	color: #000099;
	font-weight:bold;
}

TD.RELEASE_DATE
{
	font-style: italic;	
}