﻿.outerTable
{
	background-color:Black;
}
.outerTable td
{
	padding: 1px;
}
	
.innerTable
{
	width:300px;
	border:none 0 White;
	background-color:White;
}

.innerTable td
{
	padding: 4px;	
}

.headerCell
{
	text-align:left;
	background-color:#336699;
	color:White;
	font-family: Arial;
	font-weight: bold;
	font-size:12px
}

.textBox
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #03559C;
	border: 1px solid #336699;
	width: 220px;
}

.div
{
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	 	
}