@media screen, print
{
	BODY
	{
		font-size: 10pt;
		margin: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-color: white;
	}

	A.ad:link
	{
		color: #333366;
		font-family: Arial;
		font-weight: 700;
		font-size: 8pt;
		text-decoration : none;
	}

	A.ad:visited
	{
		color: #333366;
		font-family: Arial;
		font-weight: 700;
		font-size: 8pt;
		text-decoration: none;
	}

	A.ad:active
	{
		color: #333366;
		font-family: Arial;
		font-weight: 700;
		font-size: 8pt;
	}

	A.ad:hover
	{
		color: maroon;
		font-family: Arial;
		font-weight: 700;
		font-size: 8pt;
		text-decoration: none;
	}

	IMG
	{
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	TABLE.tblGrid
	{
		border-right: #b0c4de 1px solid;
		border-top: #b0c4de 1px solid;
		border-left: #b0c4de 1px solid;
		border-bottom: #b0c4de 1px solid;
		background-color: #f5f5f5;
	}

	TR.tblGrid
	{
		border-right: #b0c4de 1px solid;
		border-top: #b0c4de 1px solid;
		border-left: #b0c4de 1px solid;
		border-bottom: #b0c4de 1px solid;
		background-color: #f5f5f5;
	}

	TD.tblGrid
	{
		border-right: #b0c4de 1px solid;
		padding-right: 3px;
		border-top: #b0c4de 1px solid;
		padding-left: 3px;
		font-size: 9pt;
		padding-bottom: 3px;
		border-left: #b0c4de 1px solid;
		padding-top: 3px;
		border-bottom: #b0c4de 1px solid;
		font-family: Arial;
		background-color: #f5f5f5;
	}
}

@media screen
{
	.NoPrintDisplay
	{
		border: 1px solid #CCCCCC
	}
	
	A:link
	{
		color: #0000FF;
		text-decoration : none;
	}

	A:visited
	{
		color: #0000FF;
		text-decoration: none;
	}

	A:active
	{
		color: #0000FF;
	}

	A:hover
	{
		color: maroon;
		text-decoration: none;
	}
}

@media print
{
	.NoPrintDisplay
	{
		display: none;
	}
	
	A:link
	{
		color: #000000;
		text-decoration: none;
	}

	A:visited
	{
		color: #000000;
		text-decoration: none;
	}

	A:active
	{
		color: #000000;
		text-decoration: none;
	}
}
