﻿/* CSS LOCAL PRINT Document */

body{ font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
width:80%;
margin:3%;
}
p {
font-size:9pt;
}
a{
    text-decoration: none;
}
a img { 
border: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}
h6{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
line-height: 1.55em;
color: #333333;
margin: 0 0 1em 0;
}
li {
margin: 0 0 .5em 0;
list-style-image: url(../images/blt_body.gif);
line-height: 1.55em;
color: #333;
font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
}
h1{
    font-size: 1.25em;
}
h2{
font-size: 1.0em; /* 1.0 x 16 = 16.0pts*/
line-height: 1.25em;
font-weight: bold;
margin: 1.5em 0 0.5em 0;
}
h3{
font-size: 1.0em; /* 1.0 x 16 = 16.0pts */
line-height: 1.25em;
font-weight: normal;
letter-spacing: -0.005em;
margin: 0.5em 0;
}
h4{
font-size: 0.875em; /*0.875 x 16 = 14.0pts*/
line-height: 1.25em;
font-weight: bold;
margin: 0.75em 0 0.5em 0;
padding: 0;
}
h5{
font-size: 0.875em; /*0.875 x 16 = 14.0pts*/
line-height: 1.25em;
font-weight: normal;
margin: 0.75em 0 0.5em 0;
padding: 0;
}
h6{
font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
line-height: 1.25em;
color: #333333;
font-weight: bold;
margin: 0.75em 0 0.5em 0;
padding: 0;
}

ul{
list-style-type: none;
padding: 0 0 0 0.75em;
}
strong, b{
font-weight: bold;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
.center{text-align:center}
.left{text-align:left;}
.right{text-align:right;}
.normal{font-weight: normal;}
/* TABLE STYLES */
.tbl{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
.tbl caption{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
    font-weight: bold;
}
.tbl th{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.625em; /* 0.625 x 16 = 10.0pts*/
    padding: 4px 10px;
    border-bottom: solid 3px #999999;
}
.tbl td { 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.625em; /* 0.625 x 16 = 10.0pts*/
    padding: 4px 10px;
    border-bottom: solid 1px #cccccc;
}
.tbl tr.totals td{
    background: #ddd;
    border-top: solid 3px #000000;
}
 
/* TABLE STYLES End */