/**
 *  print
 *
 *  Created by Alex Bilstein on 2009-07-28.
 *  Copyright (c) 2009 Blue Fish Development Group. All rights reserved.
 */

html,
body {
    font-family: verdana, arial, sans-serif;
    font-size: 12pt;
}

a {
    color: #11568b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: georgia, "times new roman", serif;
}

h4,
h5,
h6 {
    font-size: 12pt;
}

.accessible,
.userblock,
.navigation,
.breadcrumb-container,
.yui-b.aside,
#ft,
.learn-more,
.back-to-top {
    display: none;
}

* {
    word-wrap: break-word;
}

img {
    max-width: 100%;
}

.line {
    border-top: 1px solid #333333;
    height: 1px;
    font-size: 1px;
}
.mast {
    border-top: 1px solid #333333;
}
.mast h1,
.mast h2 {
    font-size: 16pt;
}
