﻿A
{
    text-decoration: none;
}
A:active
{
    color: #8C0000;
}
A:hover
{
    color: #8C0000;
}
A:link
{
    color: #8C0000;
}
A:visited
{
    color: #8C0000;
}
.ProjectImage
{
    text-align: center;
    border: solid 1px black;
}
.BodyTableLayout
{
    background-color: #EEEEEE;
    border: solid medium black;
    vertical-align: top;
    text-align: center;
}
.LogoCell
{
    width: 150px; /*border: solid thin black;*/
    vertical-align: top;
}
.ContentCell
{
    width: 400px; /*border: solid thin black;*/
    vertical-align: top;
    text-align: left;
}
.ImageCell
{
    width: 600px; /*border: solid thin black;*/
    vertical-align: top;
    text-align: left;
}
.CopyrightCell
{
    font-size: 11px;
    border-top: solid thin black;
    vertical-align: top;
    text-align: center;
}
.BlankSpaceCells
{
    /*border: solid thin black; */
    vertical-align: top;
}
.projectList
{
    text-align: left;
    vertical-align: top;
}
.projectListHeader
{
    background-color: Gray;
}
.projectListSubHeader
{
    font-size: 15px;
    border-bottom-style: solid;
    border-width: 1px;
    font-weight: bold;
}
.projectListMenu
{
    border-width: 0px;
    border-style: none;
    left: 5px;
    position: relative;
    top: 0px;
}
.CompanyNameDiv
{
    font-size: 30px;
    font-family: 'Informal Roman';
    text-align: center;
    font-weight: 700;
}
