﻿table.mptable
{
	border-collapse: collapse;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

/* Common Table and TableCell Properties */
table.top1c, table.top2c, table.top3c, table.top4c
{
	border-collapse: collapse;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

td.top2c1, td.top2c2, 
td.top3c1, td.top3c2, td.top3c3, 
td.top4c1, td.top4c2, td.top4c3, td.top4c4
{
	margin: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	vertical-align: top;
}

/* Table/Column Sizing */
table.top1c { width: 100%; }
td.top1c	{ vertical-align: top; }

table.top2c    { width: 100%; }
td.top2c1    { width: 180px; }
td.top2c2    {  }

table.top3c    { width: 100%; }
td.top3c1    { width: 180px; }
td.top3c2    {  }
td.top3c3    { width: 180px; } 

table.top4c    { width: 100%; height: 400px;  }
td.top4c1    { width: 210px; }
td.top4c2    { width: 410px; }
td.top4c3    { width: 210px; }
td.top4c4    {} 

/* Content Table */
table.standard
{
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
	width: 100%;
}

td.std1
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.pp
{
	width: 97%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	border-left: darkblue 1px solid;
	border-bottom: darkblue 1px solid;
}

td.pp_hd
{
	padding-right: 5px;
	text-align: left;
	font-size: 12pt;
	color: #000066;
	font-family: ARIAL;
	font-style: italic;
	font-weight: bold;
	background-color: #5588bf;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.pp_lb
{
	width: 160px;
	padding-right: 10px;
	text-align: right;
	font-size: 10pt;
	color: #505050;
	font-family: Arial Narrow;
	background-color: #ece9d8;
}

td.pp_vl
	{
	font-size: 10pt;
	color: #101010;
	font-family: Arial;
	}


