﻿
@media print
{
	BODY
	{
		font-family: Arial;
		scrollbar-base-color: #FFFFFF;
	}
	.TlBrTx
	{
		visibility: hidden;
		display: none;
	}
	/*use this!*/
	.LBr
	{
		visibility: hidden;
		display: none;
	}
	/*use this!*/
	DIV.Usr
	{
		font-size: 12pt;
		color: #386c9e;
		margin-bottom: 16pt;
	}
	.Cnt
	{
		margin: 0px 0px 0px 0px;
		top: -300px;
	}
	.PrCnt
	{
		visibility: hidden;
		display: none;
	}
	.SHB
	{
		font-size: 18pt;
		font-weight: bold;
	}
	.SHBIc
	{
		visibility: hidden;
		display: none;
	}
	.SrcTtl
	{
		visibility: hidden;
		display: none;
	}

	.B24Ic
	{
		height: 24px;
	}
	.B24Tx
	{
		color: #386c9e;
		font-size: 16pt;
	}
	.B24Tx span
	{
		color: Black;
		position: relative;
		top: 0% !important;
		font-size: 10pt;
	}
	.DTb
	{
		color: #fff;
		font-size: 9pt;
	}
	.STb
	{
		color: black;
		font-size: 10pt;
		font-weight: bold;
	}
	.round
	{
		margin-bottom: 9pt;
	}


	.GdHdr
	{
		white-space: nowrap;
		text-align: center;
		color: black;
	}
	.GdItm
	{
		white-space: nowrap;
		text-align: center;
	}
	.GdAItm
	{
		white-space: nowrap;
		text-align: center;
	}
	DIV.UsrWdgt
	{
		position: absolute;
		left: 0px;
		top: 152px;
	}

	.Hide
	{
		visibility: hidden;
		display: none;
	}

	.DontHide
	{
		visibility: visible;
		display: inherit;
	}
	.MTx
	{
		color: black;
		font-size: 7pt;
		line-height: 7pt;
		font-style: italic;
		font-weight: normal;
	}
	.Error
	{
		color: Red;
		font-weight: bold;
	}

	.warn
	{
		border: red solid 3px;
		padding: 20px;
		background-color: #eeeeee;
	}
}


