*{
padding:0;
margin:0;
}
body{
color:#333;
font-family:Georgia,"Times New Roman",Times,serif;
background:#EEE;
line-height:168%;
text-align:center;
font-size:12px;
}
a{
text-decoration:none;
color:#2F63B3;
}
a:hover{
color:#0040FF;
text-decoration:underline;
}
#doc{
background:#F7F7F7;
text-align:left;
width:860px;
margin:30px auto;
padding-top:20px;
padding:10px;
border: 1px solid #dfdfdf;
-moz-border-radius: 11px;
-khtml-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
}
#check{
float:right;
font-size:12px;
font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif
}
table{
border:1px dashed #DEE9F6;
padding:3px 0 0;
margin-bottom:15px;
clear:both;
}
table tr:hover{
background:#F7F7DF;
}
caption{
color:#333;
font-weight:bold;
font-size:20px;
}
th{
background:#EBC476 none repeat scroll 0 0;
padding:1px 10px;
text-align:left;
}
td{
border-top:1px solid #DEE9F6;
padding:2px 10px;
}