.FormattedTable
{
	border: 1px solid #DCDCDA;
	/*border-bottom: 2px solid ##8b0f03;
	border-top: 2px solid ##8b0f03;*/
	border-radius: 5px;
}
.FormattedTable th
{
	background: #e9ada3;
	color: #434240;
	font-weight: bold;
	height: 30px;
	text-align: left;
	padding: 0 10px; 
	/*  border-bottom:1px solid #006599;    border-top:1px solid #006599; background-image: -moz-linear-gradient(center top , #fc9181, #fc9181);    */
}


.FormattedTable tr:nth-child(odd)
{
	background-color:#DDDDDD; 
	line-height: 2.5;
	vertical-align: top;
	color: #676767;
}

.FormattedTable tr:nth-child(even)
{
	background-color:#EDEDED; 
	line-height: 2.5;
	vertical-align: top;
	color: #434240;
}

.FormattedTable td
{
	padding: 0 10px;
	vertical-align: top;
	text-align: left;
}

