﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #ADADAD;
}

.heading
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 10px;
	text-align: left;
}
.sideTint
{
	background-image: url(../images/bgABAPanelTint.jpg);
	background-color: #3B3B3B;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footerTint
{
	background-color: #ADADAD;
}
.outerTable
{
	width: 100%;
	/*height: 766px;*/
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.contentPanel
{
	/*height: 700px;*/
	width: 978px;
	background-color: White;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
.headingTable
{
	/*height: 554;*/
	width: 100%;
}
.contentTable
{
	background-image: url(../images/bgMainImage.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/*height: 554;*/
	width: 978;
	padding: 0px;
	margin: 0px;
}
.contentTextOrange
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F59C0E;
}
.contentThinGrayLine
{
	background-color: #ADADAD;
	padding: 0px;
}
.contentText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Gray;
	text-align: left;
	padding: 10px 20px 10px 10px;
}
.contentText a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Gray;
	text-align: left;
	padding: 0px;
	text-decoration: none;
}
.contentText a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Gray;
	text-align: left;
	padding: 0px;
	text-decoration: underline;
}
contentText a:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Gray;
	text-align: left;
	padding: 0px;
	text-decoration: none;
}
