﻿body
{
    font-size: 10.5pt;
    font-family: Arial;
}
p
{
    font-size: 10.5pt;
    font-family: Arial;
}

.button
{
    border: 1px solid #BFBFBF;
    background-color: Gray;
    padding: 5px;
    color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 10.5pt;
    cursor: pointer;
}

.button:hover
{
    background-color: #A6A6A6;
}

.button:active
{
    background-color: #999999;
}

a
{
    font-size: 10.5pt;
    font-family: Arial;
    font-style: normal;
    text-decoration: underline;
}
a:hover
{
    color: #3399CC;
    text-decoration: none;
}

a:link
{
    color: #003366;
}

a:visited
{
    color: #003366;
}

a.navigation: link
{
    color: #FFFFFF;
    font-size: 13pt;
}

a.navigation:hover
{
    position: relative;
    top: 1px;
    left: 1px;
}


a.footerLink
{
    color: Gray;
    font-size: x-small;
    text-decoration: none;
}

a.footerLink2
{
    font-size: x-small;
}

.TourHeader
{
    color: #000000;
}

.TourHeader: hover
{
    text-decoration: none;
}

a.TourSub: link
{
    color: #000000;
}

a.TourSub: hover
{
    text-decoration: none;
}

h1
{
    font-family: Arial;
    color: #666666; /*#003366;*/
}
h2
{
    font-family: Arial;
    color: #666666; /*#003366;*/
}
h3
{
    font-family: Arial;
    color: #666666; /*#003366;*/
}
h4
{
    font-family: Arial;
    color: #666666; /*#003366;*/
}
h5
{
    font-family: Arial;
    color: #666666; /*#003366;*/
}
li
{
    font-family: Arial;
}

.footer
{
    /*background-image: url(pics/navbottom.jpg); 	background-repeat: repeat-x;*/
    border-top: solid 3px #000000;
    text-align: center;
    color: Gray;
}

.navBar
{
    font-family: Tahoma;
    text-align: right;
    background-image: url(images/button.gif);
    border-top: #003366 10px solid;
    border-bottom: #003366 thin solid;
    height: 32px;
}

.mainNavBar
{
    background-image: url(images/cellpic1.gif);
    background-repeat: repeat;
}

.tableHeader
{
    background-color: #5A606F;
    color: #FFFFFF;
    font-weight: bold;
}

.tourBox
{
    width: 76%;
    background-color: lavender;
    border: solid 1px black;
}

.Tutorial
{
    font-size: small;
    text-align: justify;
    font-family: Arial;
    line-height: 15pt;
}

