.RoundedTable{
 width: 100%;
 border: 0;
 border-spacing: 0px;
}


.RoundedTL{
	background-image: url(images/RoundedTL.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width:  10px;
}

.RoundedT{
	background-image: url(images/RoundedT.jpg);
	background-repeat: repeat-x;
	height: 10px;

}

.RoundedTR{
	background-image: url(images/RoundedTR.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width:  10px;

}


.RoundedL{
	background-image: url(images/RoundedL.jpg);
	background-repeat: repeat-y;
	height: 1px;
}


.RoundedR{
	background-image: url(images/RoundedR.jpg);
	background-repeat: repeat-y;
	height: 1px;
}


.RoundedBL{
	background-image: url(images/RoundedBL.jpg);
	background-repeat: no-repeat;
}

.RoundedB{
	background-image: url(images/RoundedB.jpg);
	background-repeat: repeat-x;
}

.RoundedBR{
	background-image: url(images/RoundedBR.jpg);
	background-repeat: no-repeat;
}

.RoundedTitleCell{

}