﻿body
{
    background-color: #808080;
}

a.menu, a.menu:active, a.menu:visited
{
    color: #666969;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.menu:hover
{
    text-decoration: underline;
}

.pageText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    padding-left: 10px;
    color: #2b3c3c;
}

.headerText
{
    color: #4d6689;
    font-size: 1.2em;
    font-weight: bold;
}

.companyInfo
{
     width: 400px; 
     margin-left: 10px;
}

a.teamNames, a.teamNames:hover, a.teamNames:active, a.teamNames:visited
{
    color: #696969;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.title
{
    color: #696969;
    font-size: 1.2em;
    font-weight: bold;
}

.titleHeader
{
    background-color: #59779f;
    color: White;
    text-align: left;
    border-bottom: lavender 4px solid;
    border-top: silver 1px solid;
    height: 20px;
    font-weight: bold;
    border-left: silver 1px solid;
}

