﻿body
{
}
H1
{
    font-size: 26pt;
    color: white;
    font-family: 'Times New Roman';
    font-weight: normal;
}
.Heading
{
    background-color: #b30000;
    font-size: 14pt;
    color: white;
    font-family: 'Arial';
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}
.HeadingCondensed
{
    background-color: #b30000;
    font-size: 14pt;
    color: white;
    font-family: 'Arial Narrow';
    font-weight: bold;
}
.SubHeading
{
    font-size: 12pt;
    font-family: 'Times New Roman';
    font-weight: bold;
    background-color: #dcdcdc;
    padding-right: 3px;
    border-top: black 2px solid;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: black 2px solid;
}
.SubHeading A:visited
{
    color: black;
    font-weight: bold;
} 
.SubHeading A:hover
{
    color: black;
    font-weight: bold;
} 
.SubHeading A:link
{
    color: black;
    font-weight: bold;
} 
.SubSubHeading
{
    font-size: 10pt;
    font-family: 'Arial';
    font-weight: bold;
    text-decoration: underline;
}
.SubSubHeading A:visited
{
    color: red;
} 
.SubSubHeading A:hover
{
    color: maroon;
    text-decoration: underline overline;
} 
.SubSubHeading A:link
{
    color: red;
} 
.RegularText
{
    font-size: 9pt;
    color: black;
    font-family: 'Arial';
}
.RegularText A:visited
{
    color: #191970;
    font-weight: bold;
} 
.RegularText A:hover
{
    color: black;
    font-weight: bold;
} 
.RegularText A:link
{
    color: #191970;
    font-weight: bold;
} 
.SmallText
{
    font-size: 8pt;
    color: black;
    font-family: 'Arial';
    background-color: #dcdcdc;
}
.SmallText A:visited
{
    color: #191970;
    font-weight: bold;
} 
.SmallText A:hover
{
    color: black;
    font-weight: bold;
} 
.SmallText A:link
{
    color: #191970;
    font-weight: bold;
} 
.Menu
{
    font-size: 8pt;
    font-family: 'Verdana';
    color: White;
    background-color: #000000;
    font-weight: bold;
    padding-left: 10px;
    margin-left: 5px;
    margin-bottom: 1px;
    margin-top: 1px;
    border-top: white 1px solid;
}
.Menu A:visited
{
    color: white;
    text-decoration: none;
} 
.Menu A:hover
{
    color: yellow;
    text-decoration: none;
} 
.Menu A:link
{
    color: white;
    text-decoration: none;
} 
.ProjectLabels
{
    font-size: 9pt;
    color: black;
    font-family: 'Arial';
    font-weight: bold;
    background-color: #dcdcdc;
}
.Footer
{
    font-size: 8pt;
    color: black;
    font-family: 'Arial';
    border-top: black 2px solid;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.Footer A:visited
{
    color: black;
} 
.Footer A:hover
{
    color: black;
} 
.Footer A:link
{
    color: black;
} 
.AdHeading
{
    font-size: 10pt;
    color: white;
    font-family: 'Arial';
    font-weight: bold;
    background-color: #000000;
}
.AdHeading A:visited
{
    color: white;
}
.AdHeading A:hover
{
    color: white;
}
.AdHeading A:link
{
    color: white;
}
.EdmundMenu
{
    font-size: 8pt;
    font-family: 'Arial';
    color: #000080;
    padding-left: 10px;
    margin-left: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
}
.EdmundMenu A:visited
{
    color: #000080;
    text-decoration: none;
} 
.EdmundMenu A:link
{
    color: #000080;
    text-decoration: none;
} 
.EdmundMenu A:hover
{
    color: red;
    text-decoration: underline;
}