html,body{
height:100%;
margin:0px;
padding:0px;
font-family:Arial;
font-size:12px;
}

table
{
	border-collapse:collapse;
	border:0px;
	text-align:center;
}
table td
{
	padding:0px;
	text-align:center;
}

table.tblOuterLight
{
	background-color:#53453C;
	width:100%;
	height:100%;
	
}

table.tblOuterDark
{
	background-color:#463931;
	width:970px;
	height:100%;
}

table.tblOuterWhite
{
	background-color:white;
	height:630px;
	width:900px;
}

table.tblOuterGray
{
	background-color:#ECECEC;
	height:614px;
	width:884px;
}

table.tblOuterInnerGrid
{
	height:100%;
	width:100%;
}
table.tblOuterInnerGridVertical
{
	height:614px;
	width:100%;
}

div.leftGreenMenuColumn
{
	background-color:#55AC10;
	height:614px;
	width:185px;
}

td.content,div.content
{
	color:#7D7D7D;
	padding-left:11px;
	text-align:justify;
	width:663px;
	height:360px;
	overflow:auto;
	
	scrollbar-fade-color: #D2D2D2;

	scrollbar-highlight-color: #878787;

	scrollbar-shadow-color:	#878787;

	scrollbar-3dlight-color: #E2E2FF;

	scrollbar-arrow-color: #000000;

	scrollbar-track-color: #f0f0f0;

	scrollbar-darkshadow-color: #ccccff;

	scrollbar-base-color: #d1d1d1;
}

img {border:0;}

h3.pagetitle
{
	color:#47950D;
	padding-left:0px;
}

a
{
	color:#47950D;
}

.justscrolling
{
	scrollbar-fade-color: #D2D2D2;

	scrollbar-highlight-color: #878787;

	scrollbar-shadow-color:	#878787;

	scrollbar-3dlight-color: #E2E2FF;

	scrollbar-arrow-color: #000000;

	scrollbar-track-color: #f0f0f0;

	scrollbar-darkshadow-color: #ccccff;

	scrollbar-base-color: #d1d1d1;
}
