body 
{ 
    background: #fefcfb url(header_gradient.gif) repeat-x center top;
    font-family: Arial, Tahoma, 'MS Sans-Serif', Verdana;
}

body, td 
{
    font-size: 11px;
    color: #12253e;
}

table 
{
    border: 0px; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}

table td 
{
    padding: 0px; /* cellspadding="0" */
    vertical-align: top;
}

a { color: #9c0909; }
a:hover { color: #d53737; }

img { border-width: 0px; }
hr { height: 1px; border: 0; color: #efeff4; background: url('hr.gif'); margin-top: .5em; margin-bottom: .5em; }

input, select, textarea 
{ 
    font-family: Tahoma, Arial, 'MS Sans-Serif', Verdana;
    font-size: 12px;
}

/* Advanced */
.nowrap { white-space: nowrap; }
.hr {
    background: url(hr.gif) repeat-x center center;
    width: 100%;
    height: 1px;
}


ol, ul {}
li {}

/* Header */
.header-glow 
{
    background: url(header_glow.jpg) no-repeat center top;
}

/* Main menu */
.mmenu-off 
{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.mmenu-on 
{
    text-align: center;
    background-color: #e5d7c1;
    padding-left: 10px;
    padding-right: 10px;
}
.mmenu-corner 
{
    background-color: #e5d7c1;
    width: 6px;
}


/* Sub menu */
.smenu 
{
    background-color: #e5d7c1;
}
.smenu-corner 
{
    vertical-align: bottom;
    width: 6px;
}
.smenu-td 
{
    padding-top: 10px;
    padding-left: 10px;
}
.smenu-td div 
{
    float: left;
    padding-left: 10px;
    margin-right: 20px;
    background: url(smenu_arrow.gif) no-repeat left center;
}
.smenu-td a 
{
    color: #3e3e41;
    text-decoration: none;
}
.smenu-td a:hover 
{
    color: #3e3e41;
    text-decoration: underline;
}


/* Footer */
.footer-bg 
{
    background: url(footer_bg.gif) repeat-x center bottom;
}
.shears 
{
    background: url(shears.jpg) no-repeat right top;
}

/* Copyright */
.copyright td 
{
    color: #ffffff;
}
.copyright a 
{
    color: #ffffff;
    text-decoration: underline;
}
.copyright a:hover 
{
    color: #ffffff;
    text-decoration: none;
}

/* Bar */
.bar td 
{
    vertical-align: middle;
    padding: 3px;
}

/* H styles */
h1 
{
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* News block */
.newsBlock 
{
    background: #9d7d5e url(newsBlock/gradient_1.gif) repeat-x center top;
}
.newsBlock-gradient 
{
    background: url(newsBlock/gradient_bottom.gif) repeat-x center top;
}
.newsBlock-title 
{
    height: 50px;
    background: url(newsBlock/pattern.gif) no-repeat right top;
}
.newsBlock-title img 
{
    margin-top: 19px;
}
.newsBlock-text 
{
    color: #ffffff;
    padding: 8px;
    padding-top: 0px;
    text-align: justify;
}
.newsBlock-text a, 
.newsBlock-text a:hover 
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}
