/* CSS print */

* {font-family: "Tahoma CE", Tahoma, Arial, lucida, sans-serif; text-decoration: none; color: black; background: none; }

html {font-size: 80%; }

.hide, #menu, #page-image, .breadcrumb-navigation, #background, .arrow, .none, .box-bottom, #sub-header, .none-print {display: none; }

img {border: 0; }

p, ul, ol {line-height: 200%; }
#content p {text-indent: 20px; }

h1 {text-align: center; font-size: 200%; border-bottom: 1px solid #707070; padding-bottom: 10px; }
h2 {font-size: 110%; text-align: right; border-bottom: 1px dashed #C0C0C0; padding-bottom: 10px; }
#footer {text-align: center; font-size: 80%; border-top: 1px solid #707070; padding-top: 0px; margin-top: 10px; }

.left {text-align: left; }
.center {text-align: center; }
.right {text-align: right; }

.flr {float: right; }
.fll {float: left; }

.cleaner {clear: both; }