body
{
    background: #470008 url('img/bg.jpg');
    background-repeat: no-repeat;
    Background-attachment: scroll;
    background-position: top;
    text-align: center;
    vertical-align: middle;
    font-family: verdana;
    margin: 0;
    font-size: 11pt;
}


input.btn {
    color:#FFEEEE;
    font-size: larger;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    border: 1px solid #AA0000;
    margin-top: 10px;
    height: 33px;
    background-color: #FF0000;
}

input.txt
{
    font-size: larger;
    font-family: 'trebuchet ms' ,helvetica,sans-serif;
    font: bold;
    background-color: #FFEEEE;
    color: #990000;
    border: 1px solid #FF0000;
    margin-right: 0px;
    margin-top: 10px;
    text-align: center;
    width: 150px;
}

table.maintable
{
    border-style: solid; 
    border-width: 0px; 
    margin: 10px auto -1px auto;
    width: 902px; 
    height:781px;
}
table.maintable td
{
    vertical-align: top;
}

table.maintable td.description
{
    text-align: justify;
}

h1
{
    color: White;
    font-family: Trebuchet MS;
    font-size: 32pt;
}


h2
{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    font-family: Trebuchet MS;
    font-size: 11pt;
    text-align: center;
}

td.menu a {
	text-decoration: none;
	color: #FFCCCC;
	font-weight: bolder;
	font-size: 12pt;
}


td.menu a:hover
{
    text-decoration: underline;
    color: #FFFF00;
}

td.menu span 
{
    color:  #FFCCCC;
}

td.footer
{
    font-size: 8pt;
    color: #CC9999;
}