﻿.PRNT_Title
{
	color:#000000;
	font-size:16pt;
	font-family:Calibri;
	margin-bottom:8px;
}
.PRNT_Description
{
	color:Blue;
	font-size:12pt;
	font-family:Calibri;
}
div.PRNT_Div
{
	border: solid 1px #333333;
}
table.PRNT_Table
{
	width:100%;
  /*border-collapse: collapse;*/
}
table.PRNT_Table thead
{
	font-weight:bold;
	background:#dedede;
	text-align:center;
	font-size:8pt;
}
table.PRNT_Table thead td
{
	padding-left:10px;
	padding-right:10px;
	border-right: solid 1px #333333;
	height:30px;
}

table.PRNT_Table tr.PRNT_Row0
{
	background:white;
}
table.PRNT_Table tr.PRNT_Row1
{
	background: #white;
}
table.PRNT_Table tr.PRNT_Row-1
{
	font-weight: bold;
	background: #white;
}
table.PRNT_Table tbody tr td
{
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	font-size:8pt;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
}


