/* Printer Friendly Print CSS Document */


/* ----------------- CLEAR STYLES ----------------- */
.clear { clear: both; }


/* ----------------- DEFAULT FONT STYLES ----------------- */
body, td, div, h1, h2, h3, h4, h5, p, li { font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 { font-size: 100%; color: #000; font-weight:bold; }
h2 { font-size: 90%; margin: .5em 0 .5em 0; color: #000; font-weight: bold; }
h3 { font-size: 80%; margin: .5em 0 .5em 0; color: #000; font-weight: bold; }
p { font-size: 80%; margin: .5em 0 .8em 0; line-height: 1.5em; color: #000; }
li { font-size: 80%; margin: .5em 0 1em 0; line-height: 1.3em; color: #000; }

a:link { color: #000; }
a:visited { color: #000;}
a:active, a:hover { color: #000; }
a { outline: none; }

.tiny { font-size: 70%; }


/* ----------------- RULE STYLES ----------------- */
hr { border:0; border-top: 1px solid #999; height: 1px; }

body { background-color: #fff; margin: 20px 10px 10px 10px; }

.logo { padding: 0 0 20px 0; text-align: center;}

.title { }
.back { display: none; visibility: hidden; }
.copyright { text-align: center; font-size: 70%; color: #999; }
