﻿/* ROUNDED BROWN BOXES */
.brown_box 
{
    background-color: #684f40;
}

.brown_box a.more
{
    color: #e9d666;
    text-decoration: underline;
}

.brown_box .inner_html
{
    padding:0px 10px;
    font-family:Arial;
    font-size:12px;
    color:White;
    line-height:20px;
}

.brown_box .inner_html h1
{
   font-family:Arial;
   font-size:16px;
   text-align:center;
   color:#e9d666;
   margin:0;
}

.brown_box .inner_html h2
{
    font-family: Arial;
    font-size: 14px;
    color: #FFFFCC;
    font-weight: bold;
    margin: 0;
}

.brown_box .inner_html h3
{
    margin: 2px 0px 0px 0px;
    padding: 0px;
    border-width: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #FFFFCC;
    font-weight: bold;
}

.brown_box .inner_html hr
{
    background-color:#e9d666;
    color:#e9d666;
    height:1px;
    border:none;
}

.brown_box .inner_html table
{
    
}

.brown_box .btop, .brown_box b.btop b, .brown_box b.bbot, .brown_box b.bbot b
{
    display: block;
    height: 8px;
    font-size: 1px;
    background-image:url('images/rounded_corners.png');
    background-repeat: no-repeat
}
.brown_box b.btop b {background-position: 100% -8px}
.brown_box b.bbot {background-position: 0 -16px}
.brown_box b.bbot b {background-position: 100% -24px}

/* ROUNDED TAN BOXES */
.tan_box 
{
    background-color: #cbb677;
}
.tan_box .inner_html
{
    padding:0px 10px;
    font-family:Arial;
    font-size:12px;
    color:#684f40;
    line-height:20px;
}

.tan_box .inner_html b
{
    font-weight:bold;
}

.tan_box .inner_html p
{
    font-family:Arial;
    font-size:12px;
    color:#684f40;
}

.tan_box .inner_html td
{
    color:Black;
}

.tan_box .inner_html h1
{
   font-family:Arial;
   font-size:16px;
   text-align:center;
   color:#e9d666;
   margin:0;
}

.tan_box .inner_html h2
{
    font-family:Arial;
    font-size:15px;
    color: #FFFFCC;
    font-weight:bold;
    margin:0;
}

.tan_box .inner_html h3
{
    margin: 2px 0px 0px 0px;
    padding: 0px;
    border-width: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #663300;
    font-weight: bold;
}

.tan_box .inner_html hr
{
    background-color:#e9d666;
    color:#e9d666;
    height:1px;
    border:none;
}
.tan_box .btop, .tan_box b.btop b, .tan_box b.bbot, .tan_box b.bbot b
{
    display: block;
    height: 8px;
    font-size: 1px;
    background-image:url('images/rounded_corners_tan.png');
    background-repeat: no-repeat
}
.tan_box b.btop b {background-position: 100% -8px}
.tan_box b.bbot {background-position: 0 -16px}
.tan_box b.bbot b {background-position: 100% -24px}
