	.rrc-table {
		border-collapse:collapse;
		background-color:transparent;
		padding:0px;
	}
	.rrc-table td {
		background-color:transparent;		
		color:black;
		font-family:Arial;
		font-size:13px;
		padding:0px;
	}

	.rrc-table .main {
		padding:0px;
		font-family:Arial;
		background-image:url(../images/roundedBox/02-c.png);
	}
	.rrc-table .sbmain {
		padding:0px;
		font-family:Arial;
		background-image:url(../images/roundedBox/02-c.png);
	}
	.rrc-table .title {
		text-align:center;
		vertical-align:top;
		color:#800000;
		height:25px;
		font-size:12px;
		font-family:Arial;
		font-weight:bold;
	}
	.rrc-t {
		background-image:url(../images/roundedBox/02-t.png);
		width:20px;
		height:20px;
		background-position:top;
		background-repeat:repeat-x;
	}
	.rrc-l {
		width:20px;
		height:20px;
		background-image:url(../images/roundedBox/02-l.png);
		background-position:left;
		background-repeat:repeat-y;
	}
	.rrc-r {
		width:20px;
		height:20px;
		background-image:url(../images/roundedBox/02-r.png);
		background-position:right;
		background-repeat:repeat-y;
	}
	.rrc-b {
		width:20px;
		height:20px;
		background-image:url(../images/roundedBox/02-b.png);
		background-position:bottom;
		background-repeat:repeat-x;
	}
