﻿h1 
{
    font-size: 18px;
    margin: margin: 0 0 20px 0;   
}

h2
{
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold; 
}

blockquote
{
    font-size: 12px;
    line-height: 20px;  
}

strong
{
    color: #e17009;    
}

.link
{
    color: #000000;
    text-decoration: underline;
    font-size: 12px;   
}

.link:hover
{
    color: #e17009;
    text-decoration: underline;
    font-size: 12px;   
}

.navigation_table
{
    margin-top: 10px;
    background-color: #ffffaa;
    border: solid 1px #dddddd;
}

.navigation_table_icon
{
    vertical-align: top;
    padding-right: 10px; 
}
