﻿@media print
{
    p
    {
        font-family: Tahoma;
        font-size: 16px;
        color: #35404e;
        
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    
    .ContentText
    {
        font-family: Tahoma;
        font-size: 16px;
        color: #35404e;
        
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    
    h1
    {
        font-family: Tahoma;
        font-size: 24px;
        font-weight: normal;
        color: #778e40;
        letter-spacing: 1px;
        word-spacing: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 12px;
        
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        
        vertical-align: bottom;
    }

    h2
    {
        font-family: Tahoma;
        font-size: 18px;
        font-weight: normal;
        color: #35404e;
        letter-spacing: 1px;
        word-spacing: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        
        margin-bottom: 1px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        
        vertical-align: bottom;
    }

    h3
    {
        font-family: Tahoma;
        font-size: 18px;
        font-weight: normal;
        color: #85a0c3;
        letter-spacing: 1px;
        word-spacing: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        
        margin-bottom: 1px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        
        vertical-align: bottom;
    }

    h4
    {
        font-family: Tahoma;
        font-size: 18px;
        font-weight: normal;
        color: #003366;
        letter-spacing: 1px;
        word-spacing: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        
        margin-bottom: 1px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        
        vertical-align: bottom;
    }
    
    .NoPrint
    {
        display: none;
    }

    .WindowTopSpacer
    {
        display: none;
    }

    .PilotfishCell
    {
        display: none;
    }

    .FooterCell
    {
        display: none;
    }

    .DevelopmentsCell
    {
        display: none;
    }
    
    .LeftContentCell
    {
        display: none;
    }
    
    .ContentDottedLine
    {
        display: none;
    }
    
    .ColumnSpacer
    {
        display: none;
    }
    
    .EventWhere
    {
        display: none;
    }
}
