﻿/* fdfiler print.css ***url*** dk 4/3/2013  */

/* DEFAULTS
----------------------------------------------------------*/
html
{
    height: 100%;
    margin: 0;
    padding: 0;
    width: 8.5in;
}

body
{
    color: #000;
    font: 9pt/1.5 Arial, sans-serif;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#header, #navigation, #footer
{
    display: none;
}

#body
{
    margin: 0 auto;
    padding: 0;
    width: 756px;
}

.no-print
{
    display: none;
}

/* TYPOGRAPHY ELEMENTS
----------------------------------------------------------*/
.align-text-left
{
    text-align: left;
}

.align-text-center
{
    text-align: center;
}

.align-text-right
{
    text-align: right;
}

.align-text-justify
{
    text-align: justify;
}

.text-large
{
    font-size: 1.50em;
}

.text-medium
{
    font-size: 1.25em;
}

.text-normal
{
    font-size: 1.00em;
}

.text-small
{
    font-size: 0.90em;
}

.text-tiny
{
    font-size: 0.75em;
}

.text-large, .text-medium, .text-normal, .text-small, .text-tiny
{
    line-height: 1.45em;
}
