﻿body {

}
.BrownText
{
    color:#481e00;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight:bold;
    font-size: 12px;
}

.RedTitle
{
    color:Maroon;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 16px;
}

.BrownTitle
{
    color:#481e00;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 18px;
}

a.soBtn1 {
    display: block;
    width: 152px;
    height: 28px;
    background: url("images/Btn1.gif") 0 0 no-repeat;
    text-decoration: none;
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} 
a:link {color:Maroon} 
a:visited {color:#7b390a} 
a:hover,a:active {color:#ff0000} 
