/* ------------------
 styling for the tables 
   ------------------   */



#rounded-corner
{
	font-family: "tahoma";
	font-size: 13px;
	margin: 10px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner th
{
	padding: 2px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #FFCEE6;
}
#rounded-corner td
{
	padding: 4px;
	background: #FFE8F3;
	border-top: 1px solid #fff;
	color: #000066;
}
