﻿body 
{
    background-image:url(images/Tartan.jpg);
    background-repeat:repeat;
    font-family:Arial;
}
.pageHead
{
    font-family:Arial; font-size:24px; color:Black;
    text-align:center;
    font-weight:bold;
}
.menuText
{
    color:White;
    font-size:12px;
    font-weight:bold;
}
.caption
{
    font-weight:bold;
    font-style:italic;
    font-size:14px;
}
.navCell
{
    background-color:Silver;
    font-weight:normal;
    vertical-align:middle;
}
.navCell:hover
{
    background-color:LightBlue;
    vertical-align:middle;
}

.selectedCell
{
    background-color:Gray;
    font-weight:bold;
    vertical-align:middle;
}

.navLink
{
    color:Black;
    text-decoration:none;
}

.menuLink
{
    color:White;
    text-decoration:none;
}

.menuLink:hover
{
    color:Yellow;
    text-decoration:none;
}
.descText
{
        font-size:13px;
        font-family:Arial;
        font-style:italic;
        color:Black;
}

.addressText
{
        font-size:12px;
        font-family:Arial;
        color:Black;
        margin-bottom:0;
        margin-top:0;
}
.textLink
{
    color:Gray;
    text-decoration:none;
}

.textLink:hover
{
    color:Blue;
    text-decoration:none;
}

.copyRight
{
    color:White;
    text-align:center;
    font-size:8px;
}
