@charset "utf-8";
/* CSS Document */
<style>
#rounded-corner 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner table{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	table-layout: fixed;
    width: 100%;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
/*h1, h3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	padding: 8px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #039;
	
}*/
h3.report
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	padding: 8px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #039;
	
}
ul
{
	color: #669;
	vertical-align:top;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	text-align: left;
}
/*a {
    color: #039;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #FBBA00;
}*/
hr
{
  color: #039;
  background-color: #039;
  height: 5px
}
#rounded-corner th
{
	padding: 5px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 1px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	vertical-align:top;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: center;
}
#rounded-corner caption
{
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 15px;
}
#rounded-corner td.td-center
{
	text-align: center;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
</style>


