body
{
	background-color: #E6E6E6;
	font-family: Arial, Helvetica;
	margin: 0 0 0 0;
}

img
{
	border: none 0 black;
}

.headerTable
{
	background-image: url(HeaderBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: White;
	text-align: center;
	width: 100%;
}

.headerTable td
{
	padding: 10px 0px 10px 0px;
}

.headerTable a
{
	color: White;
	text-decoration: none;
}

.headerInnerTable
{
	text-align: left;
	width: 900px;
}

.bodyTable
{
	width: 100%;
}

.bodyTable td
{
	text-align: center;
	padding: 10px 20px 10px 20px;
	width: 100%;
}

.bodyTable a
{
	color: #000000;
	text-decoration: underline;
}

.bodyInnerTable
{
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

.bodyInnerTable td
{
	padding: 0px 5px 0px 5px;
	text-align: justify;
	width: auto;
}

.titleText
{
	font-weight: bold;
}

#productTitle
{
	font-size: 24pt;
	font-weight: bold;
}

.largeText
{
	font-size: x-large;
}

.supportFormTextBoxDiv
{
	text-align: right;
}

.validatorStyle
{
	color: #B22222;
	vertical-align: top;
}

.note
{
	color: #4D4D4D;
	font-size: x-small;
}