
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: Arial;
    margin: 0px 0px 0px 0px;
    direction: ltr;
    padding: 0;
    border: 0;
}

P, TD
{
    padding: 0px;
    font-family: Arial;
    font-size: 10pt;
}
DIV
{
    font-family: Arial;
    font-size: 10pt;
    color: #1d3100;
    line-height: 13pt;
    font-family: Arial;
}

H3, A.H3, A.H3:link, A.H3:visited
{
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
H4, A.H4, A.H4:link, A.H4:visited
{
    font-family: Arial;
    color: #222222;
    font-size: 12px;
    text-decoration: none;
}
A
{
    font-family: Arial;
    font-size: 10pt;
}




.regular
{
    font: normal 14px auto Arial;
    color: #3f3f3f;
}

.title
{
    font: normal 16px auto Arial;
    color: #3f3f3f;
    font-weight: bold;
}

.sub_title_pink
{
    font: normal 14px auto Arial;
    color: #a3238e;
    font-weight: bold;
}

.sub_title_blue
{
    font: normal 14px auto Arial;
    color: #007dc6;
    font-weight: bold;
}
.menu_s, a.menu_s, a.menu_s:link, a.menu_s:visited
{
    font: normal 12px Arial;
    color: #a3238e;
    text-decoration: none;
}

a.menu_s:hover
{
    font: normal 12px Arial;
    color: #007dc6;
    text-decoration: underline;
}

.details_link, a.details_link, a.details_link:link, a.details_link:visited
{
    font: normal 12px Arial;
    color: #a3238e;
    text-decoration: underline;
}

a.details_link:hover
{
    font: normal 12px Arial;
    color: #a3238e;
    text-decoration: none;
}

.big_seperator
{
    background-image: url(../images/seperator_869.gif);
    background-repeat: no-repeat;
    height: 1px;
    width: 869px;
    vertical-align: middle;
}

.border_bottom
{
    background: url(../images/border_b.png) no-repeat;
    height: 8px;
    width: 850px;
    vertical-align: middle;
}

.border_top
{
    background: url(../images/border_t.png) no-repeat;
    height: 8px;
    width: 850px;
    vertical-align: middle;
}

.Content_td
{
    margin: 0px 8px 0px 8px;
}


/* ================================================================ 
Menu
=================================================================== */

.preload1
{
    background: url(../images/menu/b_off.jpg);
}
.preload2
{
    background: url(../images/menu/b_on.jpg);
}

#nav
{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 39px;
    background: #fff url(../images/menu/menu.jpg) no-repeat;
    position: relative;
    z-index: 500;
    font-family: arial;
}
#nav li.top
{
    display: block;
    float: left;
    height: 39px;
}
#nav li a.top_link
{
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    color: #505050;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 12px;
    cursor: pointer;
    background: url(../images/menu/b_off.jpg);
}
#nav li a.top_link span
{
    float: left;
    display: block;
    padding: 0 25px 0 4px;
    height: 39px;
    background: url(../images/menu/b_off.jpg) right top no-repeat;
}
#nav li a.top_link span.down
{
    float: left;
    display: block;
    padding: 0 25px 0 4px;
    height: 39px;
    background: url(../images/menu/b1_off.jpg) no-repeat right top;
}

#nav li:hover a.top_link
{
    color: #fff;
    background: url(../images/menu/b_on.jpg) no-repeat;
}
#nav li:hover a.top_link span
{
    background: url(../images/menu/b_on.jpg) no-repeat right top;
}
#nav li:hover a.top_link span.down
{
    background: url(../images/menu/b1_on.jpg) no-repeat right top;
}


#nav li.topLeft
{
    display: block;
    float: left;
    height: 39px;
}
#nav li a.topLeft_link
{
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    color: #505050;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 12px;
    cursor: pointer;
    background: url(../images/menu/b_left_off.jpg);
}
#nav li a.topLeft_link span
{
    float: left;
    display: block;
    padding: 0 25px 0 4px;
    height: 39px;
    background: url(../images/menu/b_left_off.jpg) right top no-repeat;
}
#nav li a.topLeft_link span.down
{
    float: left;
    display: block;
    padding: 0 25px 0 4px;
    height: 39px;
    background: url(../images/menu/b1_left_off.jpg) no-repeat right top;
}

#nav li:hover a.topLeft_link
{
    color: #fff;
    background: url(../images/menu/b_left_on.jpg) no-repeat;
}
#nav li:hover a.topLeft_link span
{
    background: url(../images/menu/b_left_on.jpg) no-repeat right top;
}
#nav li:hover a.topLeft_link span.down
{
    background: url(../images/menu/b1_left_on.jpg) no-repeat right top;
}

/* Default list styling */

#nav li:hover
{
    position: relative;
    z-index: 200;
}

#nav li:hover ul.sub
{
    left: 1px;
    top: 39px;
    background: #c7c7c7;
    padding: 2px;
    border: 1px solid #bfbfbf;
    white-space: nowrap;
    width: 104px;
    height: auto;
    z-index: 300;
}
#nav li:hover ul.sub li
{
    display: block;
    height: 30px;
    position: relative;
    float: left;
    width: 104px;
    font-weight: normal;
}
#nav li:hover ul.sub li a
{
    display: block;
    font-size: 12px;
    height: 26px;
    width: 100px;
    line-height: 26px;
    text-indent: 5px;
    color: #000;
    text-decoration: none;
    border: 1px solid #505050;
}
#nav li ul.sub li a.fly
{
    background: #bbd37e url(arrow.gif) 80px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover
{
    background: #505050;
    color: #fff;
    border-color: #fff;
}
#nav li:hover ul.sub li a.fly:hover
{
    background: #6a812c url(arrow_over.gif) 80px 6px no-repeat;
    color: #fff;
}


#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul
{
    left: 90px;
    top: -4px;
    background: #bbd37e;
    padding: 3px;
    border: 1px solid #5c731e;
    white-space: nowrap;
    width: 90px;
    z-index: 400;
    height: auto;
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly
{
    background: #6a812c url(arrow_over.gif) 80px 6px no-repeat;
    color: #fff;
    border-color: #fff;
}

#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly
{
    background: #bbd37e url(arrow.gif) 80px 6px no-repeat;
    color: #000;
    border-color: #bbd37e;
}

