#box-table-a
{
	font-size: 90%;
	/*margin: 45px;*/
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a td
{
	padding: 5px;
	background: #F7F7F7; 
	border-bottom: 1px solid #EDECEC;
	color: #669;
	/*border-top: 1px solid transparent;*/
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 630px;
	text-align: left;
	border-collapse: collapse;
}
#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;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#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;
}
.ar{
   text-align: right;
}
.divider4{
   font-size: 90%;
}
.divider4 a:link, a:visited{
   color: #669;
   text-decoration: none;
}
.divider4 a:hover{
   text-decoration: underline;   
}
