/* CSS Document */

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #9C9C9C;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FD7201;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 125%;
    padding-bottom: 10px;
}
h3, h4 {
    color: #FF7C00;
    margin-bottom: 10px;
}

.fborder {
    border: 1px solid #cccccc;
}
table.fborder td {
    padding:5px;
}
table.underlined td {
    border-bottom: 1px solid #cccccc;
}
.fcaption, .forumheader, .forumheader3, .forumheader2 {
    padding: 5px;
    text-align:left;
}
.fcaption
{
    font-weight: bold;
    background-color: #F60;
    color: #ffffff;
}
.forumheader3, .forumheader2 { 
    background-color: #f4f4f4;
    border: 1px solid #ffffff;
}
.forumheader3 { color: #036; }
.smalltext
{
    font-size: 11px;
    color: #666;
}
.verysmalltext
{
    font-size: 10px;
    color: #666;
}
.marg_bott_7 {
margin-bottom: 7px;
}
.marg_bott_14 {
margin-bottom: 14px;
}
.forumheader
{
    font-weight: bold;
    background-color: #FC6;
    color: #333;
}