@charset "utf-8";
/*	CSS Document */

.bar { padding-top: .25em; border-top: 1px solid #f0f0f0; margin: 1em 14px 2em 0; clear: left; }
.bar a { color: #003d8f !important; padding-left: 1.5em; }
.bar a:hover { color: #e2001a !important; }

.top, .top:hover,
.forward, .forward:hover,
.close, .close:hover
{ float: right; }

.back, .back:hover,
.print, .print:hover
{ float: left; }

.top { background: url(../img/ico-top.gif) }
.top:hover { background: url(../img/ico-top-o.gif) }

.back { background: url(../img/ico-back.gif); }
.back:hover { background: url(../img/ico-back-o.gif); }

.forward { background: url(../img/ico-forward.gif) }
.forward:hover { background: url(../img/ico-forward-o.gif) }

.pdf { background: url(../img/ico-pdf.gif); }
.pdf:hover { background: url(../img/ico-pdf-o.gif) }

.print { background: url(../img/ico-print.gif) }
.print:hover { background: url(../img/ico-print-o.gif) }

.close { background: url(../img/ico-close.gif) }
.close:hover { background: url(../img/ico-close-o.gif) }

.top, .top:hover,
.back, .back:hover,
.forward, .forward:hover,
.pdf, .pdf:hover,
.print, .print:hover,
.close, .close:hover
{ background-repeat: no-repeat; background-position: 0 50%; }

.nobg { background-color: transparent; background-image: none !important; }
.noborder { border: none !important; }

