@charset "utf-8";
/* CSS Document */

table,tr,td,th{border-collapse:collapse;border-spacing:0;border:1px solid #c3c3c3; padding:3px; }
table{width:90%;margin:1em auto;}
caption{font-weight:bold;width:75%;margin:0 auto -1em;color:#efe;border-bottom:1px solid #c3c3c3;}
th{background:#c00000;color:#ffffff;border-bottom:1px solid #c3c3c3;}
tr{background:#ffeaea;color:#333;hover:expression(this.onmouseover=new Function("this.style.background='#dcdcdb';"),this.onmouseout=new Function("this.style.background='#ffeaea';"));}
tr:hover{background:#e7e7e7;}
td{padding-left:1em;}
table tr td a{color:#666;}
table tr td a:hover{color:#000;}


