@charset "utf-8";
/* CSS Document */



#rounded-corner {
	font-family:"Arial Narrow", Lucida Sans Unicode, Trebuchet MS, Verdana;
	font-size:10pt;
	width:450px;
	text-align:left;
	border-collapse:collapse;
	margin: 0;
	}


#rounded-corner thead th.rounded-company {
	background:#bfd29f url('../ims/left.png') left -1px no-repeat;
	}


#rounded-corner thead th.rounded-q4 {
	background:#bfd29f url('../ims/right.png') right -1px no-repeat;
	}


#rounded-corner th {
	font-weight:normal;
	font-size:13px;
	color:#336600;
	background:#bfd29f;
	padding:8px;
	}


#rounded-corner td {
	background:#e2e6b3;
	border-top:1px solid #fff;
	color:#438124;
	padding:8px;
	}


#rounded-corner tfoot td.rounded-foot-left  {
	background:#e2e6b3 url('../ims/botleft.png') left bottom no-repeat;
 }


#rounded-corner tfoot td.rounded-foot-right {
	background:#e2e6b3 url('../ims/botright.png') right bottom no-repeat;
	}


#rounded-corner tbody tr:hover td {
	background:#d0da89;
	}











