body
{
    	font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 13px;
    }
    
    a 
    {
    font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 13px;
	text-decoration: none;
    }
    
    a:hover
    {
    font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 13px;
	text-decoration: underline;
    }

.Body-text {
	font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 13px;
}

.Heading
{
   	font-family: "Trebuchet MS";
	color: Yellow;
	font-size: 13px; 
	font-weight:bold;
}

.Heading A
{

	color: Yellow;
	text-decoration: none;

}

.Heading A:Hover
{

	color: Yellow;
text-decoration: underline;
}

.InputBox
{
   	font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 12px; 
	border: solid 1px #E4E3E1;
}

.Button
{
    font-family: "Trebuchet MS";
	color: Yellow;
	font-size: 13px; 
	border: solid 1px Black;
	font-weight:bold;
	background-color: #9D6C10;
}

.FormButton
{
    font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 13px; 
	border: solid 1px #B8B7B7;
	font-weight:bold;
	background-color: #E4E3E1;
}

.ErrorMSG
{
    font-family: "Trebuchet MS";
	color: Red;
	font-size: 13px;
	font-weight:normal;
	background: White;
}

.footer {

	font-family: "Trebuchet MS";
	color: #6D5426;
	font-size: 11px;
}

.MemberName
{
    font-size: 11px;
}

.BoxText
{
    padding:5px 5px 5px 5px
    }