/*body
{
	line-height: .5em;
}*/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #91b7d2 url('/images/left.jpg') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #91b7d2 url('/images/right.jpg') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	background: #91b7d2;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #aeaeae;
	color: #333333;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}