@charset "utf-8";
/* CSS Document */
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	margin: 165px;
	width:auto;
	text-align: center;
	border-collapse: collapse;
	margin-top:auto;
}
#rounded-corner thead th.rounded-company
{
	background: #990000 url('../table-images/leftg.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background:  #990000 url('../table-images/rightg.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	background: #990000;
}
#rounded-corner td
{
	padding: 8px;
	background: #CECECE;
	border-top: 1px solid #fff;
	color: #000000;
	text-align:center
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #CACACA url('../table-images/botleftg.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #CACACA url('../table-images/botrightg.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #DADADA;
}

body {
	background-color: #000;
}
a:link {
	font-weight: bold;
	color:#000
}

