@charset "utf-8";
/* CSS Document */

div.rec table {
margin:0;
padding:0;
border-collapse:collapse;
border:#6699CC solid 2px;
}

div.rec table th {
padding:4px 1em;
font-size:14px;
font-weight: normal;
border-bottom:#6699CC dotted 1px;
border-right:#6699CC dotted 1px;
background-color:#F3F3F3;

}

div.rec table td {
padding:4px 1em;
font-size:14px;
font-weight: normal;
line-height:20px;
border-bottom:#6699CC dotted 1px;
}

