.hidden {
    display: none;
}

body {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color : #666666;
    background: #fff url(../images/bg.gif) no-repeat top left;
}

a {
    color : #4E4636;
	text-decoration: underline;
}

a.menu {
    color : #666666;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.small {
    font-size: 10px;
}

.red {
    color: #C82424;
}

p {
    color: #4E4636;
}

div.title {
    background: url( /images/bg_title.jpg );
    padding: 58px 0px 0px 14px;
    height: 32px;
    color: #ffffff;
    font-size: 18px;
    spacing: 0px;
}

div.bullet {
    color: #BD010E;
    margin: 25px 0px 50px 0px;
    font-weight: bold;
}

div.bullet a {
    color: #BD010E;
    line-height: 15px;
}

div.left {
    color: #4E4636;
    padding: 15px;
}

.quotation {
    margin-top: 25px;
    font-size: 14px;
}

p.title, a.title, span.title, a.anchor {
    color: #BD010E;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
}

a.anchor {
    text-decoration: none;
}

div.content {
    padding: 0px 25px 25px 90px;
}

form {
    margin: 0px;
    padding: 0px;
}

#footer {
    background: url( /images/footer_bg.gif ) repeat-x top left;
    height: 29px;
    align: center;
    margin: 0px;
    padding: 0px;
}

p.copyright {
    color: #666666;
    font-size: 10px;
    padding: 8px;
    width: 740px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}


