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

table.data {
	border-collapse: separate; background-color: #E6E6E6; border: 0; caption-side: top; font-size:10px;
}
td { border:0; margin: 2px; padding: 2px; vertical-align: top; background-color:#FFFFFF;
}
thead th {padding: 2px; border: 0; text-align:right;
}
th {background-color:#E6E6E6; border: 0; padding: 2px; text-align:right; padding-right:10px;
}
tbody th:hover {
}
th a:link, th a:visited {
	color:#903; font-weight: normal; text-decoration: none; border-bottom:1px dotted #c93;
}
td.alt {
	background-color:#E6E6E6;
}
tbody td a:link {color: #06F;}
tbody td a:visited {color:#06F;}
tbody td a:hover {color:#06F; text-decoration: underline;
}
caption {background-color:#E6E6E6; height: 17px; vertical-align: middle; color:#4D4D4D; font-size:14px;
}

</style>