﻿
body
{
	background-image: url(images/backsite.jpg);
	background-repeat: repeat;
}

.mainTable
{
	height: 100%;
}


.leftColumn
{
	background-image: url(images/menuBack.jpg);
	background-repeat: repeat-y;
	width: 273px;
}


.contentColumnFixed
{
	width: 680px;
	background-color: #ffffff;
}


.contentColumnExtended
{
	width: 80%;
	background-color: #ffffff;
}


.tableBorder
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}


.tableBack{
	background-image: url(images/tableBack.jpg);
	background-repeat: repeat-x;
	height: 33px;
}

.textMainSmall 
{
	
	font-size: 10px;
	line-height: 14pt;
	color: #2d2d2d;
	font-family: arial;

}

.textMain
{
	font-size: 13px;
	line-height: 16pt;
	color: #2d2d2d;
	font-family: arial;
	text-align: justify;
}

.textMainBig
{
    font-size: 14px;
	color: #2d2d2d;
    font-family: arial;
}

.textMainStatement
{
    font-size: 14px;
	color: #2d2d2d;
    font-family: arial;
    line-height: 16pt;
	text-align: justify;
}

.textMainStatementNJ
{
    font-size: 14px;
	color: #2d2d2d;
    font-family: arial;
    line-height: 16pt;
	
}

.textHeader
{
	font-size: 14px;
	color: #283C5D;
	font-family: arial;
	font-weight: bold;
}

.textSubHeader
{
    font-size: 12px;
  color: #2d2d2d;
    font-family: arial;
    font-weight: bold;
}


.baseTable
{
	width: 570px;
}