﻿
table
{
	border-collapse: collapse;
	border-color: gray;
	table-layout: fixed; width: 520px;
}


th
{
	border: solid 1px #666666;
	padding:5px;
	background-color: #99ccff;
	font-size:9pt;
	text-align:center;	
}


td
{
  border:solid 1px #666666;
  padding:5px;
  font-size:9pt;
}

th.P2
{
	border: solid 1px #666666;
	padding:5px;
	background-color: #ccccff;
	font-size:9pt;
	text-align:center;	
}

table.P2
{
	border-collapse: collapse;
	border-color: gray;
	table-layout: fixed; width: 400px;
}

table.P3
{
	border-collapse: collapse;
	border-color: gray;
	table-layout: fixed; width: 300px;
}


table.Support
{
	border-collapse: collapse;
	border-color: gray;
	table-layout: fixed; width: 750px;
}

table.Support600
{
	border-collapse: collapse;
	border-color: gray;
	table-layout: fixed; width: 600px;
}

th.Support
{
	border: solid 1px #666666;
	padding:5px;
	background-color: #cccccc;
	font-size:9pt;
	text-align:center;	
}
