body
{
    background-color: #F8EFD3;
    font-family: Arial;
}

h1
{
    font-family: Impact;
    font-size: 32px;
    font-weight: normal;
    margin: 0px;
}

h2
{
    font-family: Impact;
    font-size: 26px;
    font-weight: normal;
    margin: 0px;
    color: #3D53A4;
}

a
{
    color: #3D53A4;
}

h3
{
    font-family: Impact;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}



.frame
{
    width: 756px;
    margin: 0px auto;
}

.header
{
    background-image: url('top2.png');
    background-repeat: no-repeat;
    height: 120px; /* 361px; */
    padding-top: 75px;
    padding-left: 240px;
    text-align: center;
    padding-right: 30px;
   
}

.header a
{
    color: Black;
    margin: 5px 5px 0px 5px;
    font-size: 16px;
    font-weight: bold;
}

.body
{
    background-image: url('bg.png');
    background-repeat: repeat-y;
    padding: 0px 30px 0px 120px;
}

.footer
{
    background-image: url('bot.png');
    background-repeat: no-repeat;
    height: 37px;
}

table tr td img
{
    border: 1px solid black;
}

table
{
	font-family: arial;
	font-size: 12px;    
}

table.sch
{
    width: 100%;
}

table.sch tr th
{
    text-align: left;
    border-bottom: solid 1px black;
}

table.sch tr.alt td
{
    background-color: #d7c2a0;
}
.small
{
    font-size: 10px;
}

.indent
{
    margin-left: 20px;
}
