
@media print
{
	BODY { font-size: 9pt }
	table.tbl1
	{
		border-spacing: 0px;
		font-size:10pt;
		width:100%;
	}

	td
	{
		text-align:left;
		padding-left:0px;
		padding-right:0px;
		overflow: hidden;
		white-space: nowrap;
	}

	td.mid, th.mid
	{
		text-align:center;
	}

	td.pad, th.pad
	{
		text-align:right;
		padding-left:10px;
		padding-right:0px;
	}
	th
	{
		text-align:left;
		overflow: hidden;
		white-space: nowrap;
	}
	div.screenonly
	{
		display:none;
	}
	tr.oddline
	{
		background-color:white;
	}
	tr.evenline
	{
		background-color:white;
	}
}

@media screen
{
	.highlight
	{
		
	}
	body
	{
		font-size:11pt;
	}
	div.screenonly
	{
		display:inline;
	}
	tr.oddline
	{
		background-color:white;
	}
	tr.evenline
	{
		background-color:#dddddd;
	}
	table.tbl1
	{
		border-spacing: 0px;
		font-size:12pt;
	}
	th
	{
		text-align:left;
	}
	
	td
	{
		text-align:left;
		padding:2px;
		padding-right:10px;
	}
	
	td.pad,th.pad
	{
		text-align:right;
		padding:2px;
		padding-right:20px;
	}
	a.sel
	{
		font-weight:bold;
		color: white;
		background-color:blue;
		padding:3;
		text-decoration:none;
	}
	a.unsel
	{
		font-weight:normal;
		color:blue;
		padding:3px;
	}
}
