body
        {
        margin:0px;
        background-image:url(../_images/bg.gif);
        background-repeat:repeat-x;
        background-color:#FEF7B5;
        height:100%;
        margin:0;
        padding:0;
        font-family:'Arial','Helvetica',sans-serif;
        font-size:12px;
}



html
{

        margin:0;
        padding:0;
}


#page
{
        width: 908px;


        position: absolute;
        left: 50%;

        margin-left: -454px;
}

#content
{
        background-image:url(../_images/bg_cont.jpg);
        background-repeat:no-repeat;
        position: relative;
        background-color:#FCF7DE;
        border-top:3px solid #F6DF9E;
        border-bottom:3px solid #00ACE8;
        margin-top:24px;
}



#footer
{

        background-image:url(../_images/bg_footer.gif);
        background-repeat:no-repeat;
        background-color:#FEF7B5;
        margin: 0 auto;
        width: 908px;
        bottom: 0px;
        height: 32px;
        margin-top:4px;
}


#text
{
        padding-left: 16px;
        padding-top: 8px;
        font-size:12px;
        color:#5F5F5F;
}

td
        {
        font-size:12px;
        color:#5F5F5F;
        }

td.tdtext
        {
        font-size:12px;
        color:#5F5F5F;
        }

h2
        {
        font-size:16px;
        color:#00ACE8;
        font-family:'Arial','Helvetica',sans-serif;
        margin:0px;
        font-weight:bold;
        margin-bottom:4px;
        }
h2.ul
        {
        border-bottom:3px double #000000;
        }


a
        {
        font-size:12px;
        color:#5F5F5F;
        text-decoration:none;
        font-weight:bold;
        font-family:'Arial','Helvetica',sans-serif;
        }

a:hover
        {
        font-family:'Arial','Helvetica',sans-serif;
        text-decoration:none;
        color:#00ACE8;
        }


a.cur
        {
        font-size:12px;
        color:#00ACE8;
        text-decoration:none;
        font-weight:bold;
        font-family:'Arial','Helvetica',sans-serif;
        }
