@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0}
body{ font-size:12px; font-family:Arial, Helvetica, sans-serif; background-color:#000000;}
#container{margin:0 auto; width:950px; background:#0667be;}
#header{background:url(../images/header.jpg) no-repeat top; height:400px;}
table{margin:20px auto; border: 1px solid #b7c9e3; border-bottom:none; border-right:none; padding:1px; background-color:#FFFFFF;}
tbody th{background:none; border-left: 1px solid #b7c9e3; border-bottom: 1px solid #b7c9e3; text-align:left; padding:0 0 0 10px;}
th{ background:url(../images/bg_th.jpg) repeat-x top;  height:30px; color:#FFFFFF; font-weight:normal; border-right:1px solid #b7c9e3; }
td{border-bottom:1px solid #b7c9e3; border-right:1px solid #b7c9e3; text-align:center; padding:5px;}
td img{padding:5px 0 5px 0;}
a{color:#0066CC; text-decoration:none;}
a:visited{color:#0066CC; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}
#footer{text-align:center; padding:10px 0 10px 0; color:#FFFFFF;}
