﻿span.farm
{
    font-weight: bold;
    color: #ff6600;
}

.title 
{
    border-left: solid 5px #f7b920;
    margin-bottom: 7px;
    width: auto;
}

.bodyText 
{
    overflow: auto;
    width: 97%;
    height: 385px;
    /*height: 285px;*/
    text-align: justify;
    padding-right: 15px;
    
	scrollbar-base-color: #002a6b;
	scrollbar-arrow-color: orange;
	scrollbar-track-color: #F8F8FF;
}

.bodyText ul 
{
	width: 80%;
	padding-left: 2em;
	margin-left: 0em;
	list-style: square outside url('Images/square.png');
}

.bodyText a,
.bodyText a:link,
.bodyText a:visited
{
    color: #002a6b;
    text-decoration: none;
}

.bodyText a:hover 
{
    text-decoration: underline;
}

.sublist 
{
    margin-left: 15px;
}

.hilight 
{
    font-weight: bold;
    text-align: center;
    color: #f7b920;
    font-size: 18px;
}

.hilight2
{
    font-weight: bold;
    text-align: left;
    color: #f7b920;
    font-size: 18px;
}

.button 
{
    width: 75px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

.checkbox 
{
    width: 20px;
}

.inputField
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    width: 300px;
}

textarea.inputField 
{
    height: 100px;
}

.bannerTable 
{
    width: 90%;
}

.bannerTable td
{
    width: 50%;
    text-align: center;
}

.warning 
{
    color: #F00;
    font-weight: bold;
}
