/* CSS Document */
body
{

	margin:0px 0px 0px 0px ;

}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

#mainTable
{

	border:none;
	direction:ltr;
	padding:0px;
	width:780px;

}

#mainTableBottomRowTd
{

	font-size:1px;
	line-height:0px;
	text-align:center;
	vertical-align:middle;
	height:13px;
	
}


#innerTableDividerTd
{

	font-size:1px;
	line-height:0px;
	width:1px;
	background-color:#cacaca;

}


#rightBarTableTableDividerTd
{

	font-size:1px;
	line-height:0px;
	width:1px;
	background-color:#cacaca;

}

.mainTableSideBordersTd
{

	background-color:#f4f8fb;
	background-image:url(../images/template/innerTableBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:1px;
	line-height:0px;
	width:5px;

}

.pageTableLineTd
{

	font-size:1px;
	line-height:0px;
	background-image:url(../images/template/Line.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:10px;

}

.normalTextsTD
{

	padding:10px 20px 10px 20px;

}