﻿ /* Body Styles */

td.pageBody
{
	padding: 20px 0px 0px 0px;
	margin: 0px;
	vertical-align: top;
	padding: 12px 0px 12px 3px;
	height: 500px;
	color: #000;
	text-align:justify;
}

.contentHeader
{
	font-size: 16px;
	text-align: center;
}

hr.x
{
	height: 0px;
	border: 0;
	border-top: solid 1px #976a4d;
}

div.borderPadding
{
	border-style: none;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
}

table.main
{
	width: 100%;
	height: 556px;
}

table.contentTable
{
	background-color: #F2E2B2;
	color: #000;
}

td .border
{
	width: 6px;
	height: 6px;
	border: solid 1px #976a4d;
}

td .topLeft
{
	/* top right bottom left */
	border-style: none solid solid none;
}

td .topRight
{
	border-style: none none solid solid;
}

td .bottomLeft
{
	border-style: solid solid none none;
}

td .bottomRight
{
	border-style: solid none none solid;
}

td .right
{
	border-style: none none none solid;
}

td .left
{
	border-style: none solid none none;
}

td .top
{
	border-style: none none solid none;
}

td .bottom
{
	border-style: solid none none none;
}

td .content
{
	vertical-align: top;
	font-size: 12px;
	background-color: #F2E2B2;
	color: #000;
	height: 542px;
	width: 100%;
	padding: 0 15px 0 15px;
}
