﻿body
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma;
    margin: 10px;
    font-size: 9pt;
    background-image: url(Images/Background.gif);
    background-repeat: repeat;
}
hr
{
    color: #da1623;
}
h1
{
    font-family: 'Times New Roman';
    font-size: 16pt;
    color: #da1623;
}
h2
{
    font-family: 'Times New Roman';
    font-size: 12pt;
    color: #da1623;
}
h3
{
    font-family: 'Times New Roman';
    font-size: 10pt;
    color: #da1623;
    font-style: italic;
}
a
{
    color: #da1623;
    text-decoration: none;
}
#Menu
{
    width: 200px; 
    background-color: #da1623; 
    border-right: solid 1px #da1623; 
    background-image: url(Images/BloodBackground.gif); 
    background-repeat: repeat-x; 
    color: #ffffff;
}
#TopLeft
{
    background-image: url(./Images/Border/TopLeft.png); 
    height: 10px; 
    width: 10px;
}
#TopRight
{
    background-image: url(./Images/Border/TopRight.png); 
    height: 10px; 
    width: 10px;
}
#BottomLeft
{
    background-image: url(./Images/Border/BottomLeft.png); 
    height: 10px; 
    width: 10px;
}
#BottomRight
{
    background-image: url(./Images/Border/BottomRight.png); 
    height: 10px; 
    width: 10px;
}

a:hover
{
    text-decoration: underline;
}
.Button
{
    background-color: #FFFBFF;
    border: solid 1px #da1623;
    color: #da1623;
    width: 75px;
}
.Constitution a
{
    color: Black;
}
.Label
{
    font-weight: bold;
    color: #da1623; 
}
.Blank
{
}