BODY
{
    font-family : Trebuchet, Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    background :  #161104;
    text-align : center;
    margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 20px;
}



td
{
    font-family : Trebuchet, Arial, Helvetica, sans-serif;
    font-size : 12px;
    background : #ADAA7D;
    color : #412206;
}


TABLE
{
       margin : 0px;
}



H1
{
    font-family : Trebuchet, Arial, Helvetica, sans-serif;
    color : #777F67;
    font-size : 17px;
    text-align : left;
    font-style : italic;
    font-weight : bold;
}


H2
{
    font-family :  Trebuchet, Arial, Helvetica, sans-serif;
    color : #777F67;
    font-size : 15px;
    text-align : center;
    font-style : italic;
    font-weight : bold;
}

H3
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #777F67;
    font-size : 14px;
    text-align : center;
    font-weight : bold;
}

H4
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #777F67;
    font-size : 14px;
    text-align : left;
    font-weight : bold;
}

.bottom
{
    background : #8C8831;
    height : 24px;
    font-family : Trebuchet, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #412206;
    
}

.heading
{
    color : #000000;
    background-color : #EFEFEE;
}

.rust
{
    color : #824514;
    font-size : 13px;
    font-weight : bold;
}


LI
{
    padding-top : 6px;
}


.footer
{
    font-size : 12px;
    text-align: center;
}


.title
{
    background-color : #777F67;
    color : white;
}


LI.indent
{
    padding-top : 0px;
    margin-left : 200px;
    padding-bottom : 12px;
}

LI.indent2
{
    padding-top : 0px;
    margin-left : 100px;
    padding-bottom : 12px;
}

.indent
{
    padding-top : 0px;
    margin-left : 50px;
}

.indent3
{
    padding-top : 6px;
    margin-left : 40px;
} 
.indent2
{
    padding-top : 0px;
    margin-left : 100px;
    padding-bottom : 6px;
}
.form
{
    font-size : 13px;
}


.click
{
    font-size : 14px;
    font-weight : bold;
}

.copyright
{
    font-size : 11px;
    color : #fffff0;
    text-align : center;
    padding-top : 4px;
}

A:LINK
{
    color : #4A6B07;
    text-decoration : none;
}

A:VISITED
{
    color : #4A6B07;
    text-decoration : none;
}

A:HOVER
{
    color : #000000;
    text-decoration : underline;
}


.rustlink
{
    color : #ffffff;
        font-size : 12px;
        font-weight : bold;

}

a.rustlink:LINK
{
    color : #824514;
    text-decoration : none;
}

a.rustlink:Visited
{
    color : #824514;
    text-decoration : none;
}

a.rustlink:HOVER
{
    color : #572802;
    text-decoration : underline;
}


.rollover
{
    color : #000000;
    font-size : 12px;


}

a.rollover:LINK
{
    color : #000000;
    text-decoration : none;
}

a.rollover:VISITED
{
    color : #000000;
    text-decoration : none;
}

a.rollover:HOVER
{
    color : #6061A9;
    text-decoration : underline;
}


