/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/
/*  Clear all styles                                                   */
/***********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: arial, verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/***********************************************************************/
/*  Set defaults                                                       */
/***********************************************************************/

body
{
    background-color: #ffffff;
}

#cont
{
    width: 1004px;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

#site
{
    float: left;
    width: 1000px;
    padding: 2px;
    color: #250800;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

h1
{
    float: left;
    font-size: 12px;
}

h2
{
    float: left;
    font-size: 15px;
}

h3
{
    margin-left: 170px;
    float: left;
    font-size: 15px;
}

h4
{
    float: left;
    font-size: 14px;
}

h5
{
    float: left;
    font-size: 13px;
}

h6
{
    float: left;
    font-size: 13px;
}

form
{
    float: left;
}

p
{
    float: left;
}

label
{
    float: left;
}

.inputtext
{
    color: #250800;
}
.wombats{
margin-top: 30px;
}
ul
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li
{
    float: left;
}

a
{
    color: #250800;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #300A00;
}

a:active
{
    text-decoration: none;
    color: #250800;
}

a:visted
{
    text-decoration: none;
    color: #250800;
}

.bt, .bc, .bb
{
    float: left;
}

/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table tr.header th
{
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

table tr td
{
    padding: 2px 4px;
    vertical-align: middle;
}

/***********************************************************************/

