.headerTable
{
	border-collapse: collapse;
	width: 100%;
	right: 0;
}

.footerTable
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 40px;
}

.topLeft 
{
	background: url(topLeft.gif) no-repeat top right;
	height: 20px;
	width: 20px;
	padding: 0;
}

.topRight 
{
	background: url(topRight.gif) no-repeat top left;
	height: 20px;
	width: 20px;
	padding: 0;
}

.bottomLeft 
{
	background: url(bottomLeft.gif) no-repeat bottom right;
	height: 20px;
	width: 20px;
	padding: 0;
}

.bottomRight 
{
	background: url(bottomRight.gif) no-repeat bottom left;
	height: 20px;
	width: 20px;
	padding: 0;
}

.horizontalTop
{
	background: url(horTileTop.gif) repeat-x;
	height: 20px;
	padding: 0;
}

.horizontalBottom
{
	background: url(horTileBottom.gif) repeat-x;
	height: 20px;
	padding: 0;
}

.verticalLeft
{
	background: url(vertTileLeft.gif) repeat-y right;
	width: 20px;
	padding: 0;
}

.verticalRight
{
	background: url(vertTileRight.gif) repeat-y left;
	width: 20px;
	padding: 0;
}

.headerContent
{
	background: url(background.gif) repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	padding-right: 22px;
	width: 440px;
	color: white;
}

.footerContent
{
	background: url(background.gif) repeat;
	padding: 0px;
	color: white;
	text-align: center;
}