body, table, td, p, div {
margin:0;
padding:0;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#434343;
font-size:12px;
}
body {
margin:20px;
}

a {
color:#2d57a4;
text-decoration:underline;
}

a:hover {
color:#2d57a4;
text-decoration:none;
}

.print_title {
padding:12px 0px 12px 0px;
}
.print_content {
padding:12px 0px 12px 0px;
}
.print_path {
padding:12px 0px 12px 0px;
}

/*   INNER TABLE   */
table.inner_table {
border-left:1px solid #c7d7ee;
border-top:1px solid #c7d7ee;
border-bottom:1px solid #c7d7ee;
}
table.inner_table th {
border-right:1px solid #c7d7ee;
background:#d3e2f5;
text-align:center;
font-weight:bold;
vertical-align:middle;
padding:3px;
}
table.inner_table td {
border-right:1px solid #c7d7ee;
background:#ffffff;
text-align:left;
vertical-align:top;
padding:3px;
}
table.inner_table td div, table.inner_table td p, table.inner_table th div {
text-align:left;
}
table.inner_table td.number {
text-align:center;
font-weight:bold;
}
table.inner_table tr.light_bg td {
background:#ffffff;
}
table.inner_table tr.dark_bg td {
background:#eaf1fb;
}
/*  /INNER TABLE   */
