﻿body
{
    text-align: center;
    margin: 0px 0px 0px 0px;
    background-color: #4C1B1B;
}

.Page
{
	margin: 10px auto 10px auto;
	width: 800px;
	text-align: left;
    background-color: #FFFFFF;
    font-size: 11pt;
    font-family: Arial;
    padding: 5px 5px 5px 5px;
}

.Menu
{
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-left: 20px;
    background-image: url(Images/grad2.png);
    background-repeat: repeat-x;
}

.MenuItem
{
    color: #FCFAE1;
    font-size: 12pt;
    font-family: 'Arial Black';
    text-decoration: none;   
}

.MenuItem:hover
{
    text-decoration: underline;   
}

h1
{
    margin: 0px 0px 0px 0px;
    color: #4C1B1B;
    font-family: 'Arial Black';
    font-size: 16pt;
}
h2
{
    margin: 0px 0px 0px 0px;
    color: #4C1B1B;
    font-family: 'Arial Black';
    font-size: 13pt;
}
hr
{
    color: #4C1B1B;
}
.RowOver
{
    background-color: #FCFAE1;
    color: #4C1B1B;
    cursor: pointer;
}
.RowOut
{
    background-color: #FFFFFF;
    color: #4C1B1B;
}
.RowOutAlt
{
    background-color: #faf0e6;
    color: #333333;
}
td.Title
{
    font-weight: bold;
    color: #4C1B1B;
    text-align: right;
    padding-right: 3px;
    vertical-align: top;
}
.PopBG
{
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.PopMain
{
	background-color: #FCFAE1;
	border-width: 3px;
	border-style: solid;
	border-color: #4C1B1B;
	padding: 3px;
	width: 250px;
}
.PopHandle
{
    cursor: move;
    background-color: #F6E497;
    border: solid 2px #4C1B1B;
    color: #4C1B1B;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}
/*
    COLORS
    Red - #B9121B
    Dark Red - #4C1B1B
    Tan - #F6E497
    Dark Tan - #BD8D46
    Cream - #FCFAE1
*/
