﻿body
{
	font-size: 8.5px;
	color: #333333;
	font-family: Arial, Sans-Serif;
	padding: 0px; 
	margin: 0px;
}


A    {color:#CC0000; text-decoration:underline;}
A:active  {color:#CC0000; text-decoration:underline;}
A:hover   {color:#000000; text-decoration:none;}
A:visited  {color:#CC0000; text-decoration:underline;}
A:visited:hover {color: #E95656; text-decoration:none;}
P  {font-family:arial, helvetica, sans-serif; font-size:8.5px; color:#000000;}
		

table.Spacing
{
	border-style:none;
	border-collapse: collapse;

	border-bottom-style: none;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	
}

table.Spacing th
{
	border-style:none;
}

table.Spacing td
{
	border-style:none;
}

table.FormTable
{
	border-style:solid;
	border-collapse: collapse;
	border-width: Thin;
	border-bottom-color: #000000;
	border-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-spacing: none;
	border-bottom-style: solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
}

table.FormTable th
{
	background-color: #cc0000;
	border-bottom-style: solid;
	border-bottom-color:Black;
	border-bottom-width:thin;
	border-top-style: solid;
	border-top-color:Black;
	border-top-width:thin;
	border-left-style: solid;
	border-left-color:Black;
	border-left-width:thin;
	border-right-style: solid;
	border-right-color:Black;
	border-right-width:thin;
	
	
	font-weight:bold;
	color:White;
	padding: 2px 10px 2px 10px;
}

table.FormTable td
{
	background-color: #fffacd;
	border-bottom-style: solid;
	border-bottom-color:Black;
	border-bottom-width:thin;
	border-top-style: solid;
	border-top-color:Black;
	border-top-width:thin;
	border-left-style: solid;
	border-left-color:Black;
	border-left-width:thin;
	border-right-style: solid;
	border-right-color:Black;
	border-right-width:thin;
	color:Black;
	padding: 2px 10px 2px 10px;
	margin-left: 10px;
	text-align:left;
}