body {
    background-repeat: no-repeat;
    background-color: #FFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

a { color:#7a6a4a; text-decoration:none }
a:link { color:#7a6a4a; text-decoration:none }
a:visited { color:#7a6a4a; text-decoration:none }
a:link:focus { color:#7a6a4a; text-decoration:none }
a:visited:active { color:#443b29; text-decoration:none }
a:hover { color:#443b29; text-decoration:none }
a:visited:hover {
    color: #443b29;
    text-decoration: none
}

.main {
    font-family: arial, helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
    vertical-align: top;
    color: #000;
    padding-left: 20px;
    padding-right: 20px
}

.bg-w { background-color:#fff }
.bg-wc { background-color:#fff; text-align:center  }
.bg-t { background-color:#fff; height:50px }

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 50px;
    text-align: left;
    vertical-align: top;
    color: #7a6a4a
}
h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    vertical-align: top;
    color: #443b29
}
h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    vertical-align: top;
    color: #690000
}

.text-l { font-family: arial, helvetica, sans-serif; font-size:22px; font-weight:normal; line-height:35px; text-align:left; vertical-align:top; color:#000 }
.text-lb {
    font-family: arial, helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
    vertical-align: top;
    color: #000
}

.text-ls {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    color: #666
}

.text-r { font-family: arial, helvetica, sans-serif; font-size:25px; font-weight:normal; line-height:40px; text-align:right; vertical-align:top; color:#000 }
.text-rsw { font-family: arial, helvetica, sans-serif; font-size:25px; font-weight:normal; line-height:40px; text-align:right; vertical-align:top; color:#000; background-color:#fff }

