﻿/* Syles related to Form/Downloads/Links page */
#Title h1
{
    text-shadow: 1px 1px 2px #000000;
}


.FDLEntry
{
    display: block;
    text-align: center;
    border-bottom: dashed 1px #000000;
    height: 70px;
    /*width:  540px; */
    width: 100%;
    margin-bottom: 10px;
}

.FDLEntry h1
{
    text-align: right !important;
    /*font: Verdena bold 1.6em !important;*/
    font-size: 0.8em !important;
    font-weight: bold !important;
    color: #000000 !important;
    display: block !important;
    background-image: none !important;
    padding: 0 !important;
}

.FDL h1 img
{
    float: right;
    display: inline !important;
    padding-top: 0px !important;
    padding-left: 5px !important;
    position: relative !important;
    clear: none;
}

.FDLEntry a
{
    text-align: left !important;
    font: Helvetica normal 0.8em !important;
    color: #000099 !important;
    text-decoration: none;
    display: block !important;
    font-family: Arial, Helvetica, sans-serif;
}

.FDLEntry a:hover
{
    text-decoration: none !imporant;
    color: #ff0000 !important;
}

