/* From Javascript on the page */
 
 .navbar {font-family: Arial, sans-serif;font-size: 1em;color: #666;margin: 9px 0px 6px 0px;line-height: 30px;}.navbar-bg {text-align: center;}.navbar-bg ul {list-style: none;margin: 0px;padding: 0px;}li {list-style-type: none;display: inline;padding: 0px 10px 0px 10px;}li a {text-decoration: none;color: #666;}li a:visited {text-decoration: none;color: #666;}li a:hover{ color: #463C3C;text-decoration: none;}li.current-page a{ color: #463C3C;text-decoration: none;font-weight: bold;}

body {
    color: #463c3c;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


p {
    color: #4c4c4c;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

h1,h2,h3,h4,h5 {
color:#463C3C;
font-style:normal;
font-variant:normal;
font-weight:normal;
}

a {
    color: #463c3c;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

