/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
	margin-top: 2em;
	text-align: center;
	
}





#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
	width: 900px;
	
}

#rounded-corner th
{
	padding: 0px;
	font-size: 1.3em;
	color: #039;
	background: rgb(229,231,251);
}
#rounded-corner td
{
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	color: #669;
	height: 20px;		
	
}

#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

