@charset "utf-8";
/* CSS Document */

a { color:#000; text-decoration:none; }
a:hover { color:#990000; }


.ma { font-size:12px; }
.ma:hover { padding-left:4px; }

body { text-align:center; margin:0px; padding:0px; font-size:12px; font-family:tahoma, arial; }
input { border-collapse:collapse; border:solid 1px #cccccc; background-color:#eeeeee; }
select { border-collapse:collapse; border:solid 1px #cccccc; background-color:#eeeeee; }
option {  background-color:#eeeeee; }

.header { color:#b00000;  margin-bottom:4px; font-weight:bold; border:none; font-size:14px; }
.gttd { padding-left:5px; padding-right:5px; color:#666; font-size:6px; }

.tbltrhead { background-color:#b00000; color:#FFF; font-weight:bold;  }

.tbltreven { background-color:#efefef; }
.tbltrodd { background-color:#cccccc; }

.tbltrodd:hover { background-color:#999999; }
.tbltreven:hover { background-color:#999999; }

.tbltd { border-bottom:solid 1px #666; }
.tbltdc { text-align:center; border-bottom:solid 1px #666; }

label { color:#b00000; font-weight:bold; }