﻿body
{
    background-color: black;
    color:White;
}

img 
{
    border:none;
    padding:0px;
    margin:0px;
}

textarea
{
    font-family: 'Arial';
    font-size: 11pt;
    font-weight:normal;   
}

input
{
    font-family: 'Arial';
    font-size: 11pt;
    font-weight: normal;
}

table
{
    border-style: none;
    border-collapse: collapse;
    border-spacing: 0px;
}

div#preload 
{ 
    display: none; 
}


span.navpage
{
    color: white;
    background-color:Red;
    text-decoration: none;
    font-family: 'Palatino Linotype';
    font-size: 9pt;
    font-weight:bold;   
}

a.nav:link
{
    color: white;
    text-decoration: none;
    font-family: 'Palatino Linotype';
    font-size: 9pt;
    font-weight:bold;   
}

a.nav:active
{
    color: white;
    text-decoration: none;
    font-family: 'Palatino Linotype';
    font-size: 9pt;
    font-weight:bold;   
}

a.nav:visited
{
    color: white;
    text-decoration: none;
    font-family: 'Palatino Linotype';
    font-size: 9pt;
    font-weight:bold;   
}

a.nav:hover
{
    color: white;
    text-decoration: underline;
    font-family: 'Palatino Linotype';
    font-size: 9pt;
    font-weight:bold;   
}

a.maplink:link
{
    color: black;
    text-decoration: none;
    font-family: 'Arial Narrow';
    font-size: 9pt;
    font-weight:bold;   
}

a.maplink:active
{
    color: black;
    text-decoration: none;
    font-family: 'Arial Narrow';
    font-size: 9pt;
    font-weight:bold;   
}

a.maplink:visited
{
    color: black;
    text-decoration: none;
    font-family: 'Arial Narrow';
    font-size: 9pt;
    font-weight:bold;   
}

a.maplink:hover
{
    color: black;
    text-decoration: underline;
    font-family: 'Arial Narrow';
    font-size: 9pt;
    font-weight:bold;   
}

.imgShow 
{
    max-height:500px;
    max-width:100%;
}


