body
{
    background-color: #47362b;
    background-image: url(http://horseshoez.com/IWHBA/iwhbabg.gif);
    background-repeat: repeat;
    background-attachment: fixed;
}



h1
{
    margin: 4px;
    color: #4C2903;
    font-size: 10pt;
    font-family: Arial;
}

h2
{
    margin: 4px;
    color: #86A2AD;
    font-size: 10pt;
    font-family: Arial;
}

h3
{
    margin: 4px;
    color: #000000;
    font-size: 12pt;
    font-family: Arial;
}


p
{
    margin: 4px;
    font-size: 10pt;
    font-family: Arial;
}

p.small
{
    font-size: 9pt;
    font-family: Arial;
}



hr
{
    background: none;
    border: none;
    border-bottom: 1px dotted #6F5532;
}

hr.dotted
{
    background: none;
    border: none;
    border-bottom: 1px dotted #BA8F57;
}



a:link
{
    text-decoration: none;
    color: #44220D;
    font-size: 10pt;
    font-family: Arial;
}

a:visited
{
    text-decoration: none;
    color: #44220D;
    font-size: 10pt;
    font-family: Arial;
}

a:hover
{
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
    font-family: Arial;
}

a:active
{
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
    font-family: Arial;
}



table.coll
{
    border-width: 1px;
    border-style: dotted;
    border-color: #A07D33;
    border-collapse: collapse;
}



TABLE.MYTABLE
{
    font-family: arial;
    font-size: 10pt;
    background-color: #FEDC94;
    border-style: dotted;
    border-color: #A07D33;
    border-width: 1px;
}



TH.MYTABLE
{
    font-size: 10pt;
    color: #4C2903;
}





TR.MYTABLE
{
}



TD.MYTABLE
{
    font-size: 10pt;
    background-color: #FEDC94;
    color: black;
    border-style: solid;
    border-width: 11px;
    border-color: #4C2903;
    text-align: left;
}