﻿body
{
    font-family: arial;
    background-color: #a6bf7d;
}

a.nav
{
    font-size: 14pt;
    color: white;
    text-decoration: none;
}

.Mission
{
    font-size: 14pt;
    color: black;
}

.content
{
    height: 450px;
    border-right: white 3px solid;
    border-top: white 3px solid;
    border-left: white 3px solid;
    border-bottom: white 3px solid;
    background-color: #e3e5db;
}

td.title
{
    font-weight: bold;
    font-size: 17pt;
    color: black;
    font-family: Tahoma;
}

td.subtitle
{
    font-weight: lighter;
    font-size: 13pt;
    color: black;
    font-family: Tahoma;
}

table.cattlesale
{
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    color: black;
    border-bottom: black 2px solid;
    font-family: Verdana;
    font-size: 9pt;
}
td.cattlesale
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
td.home_title
{
    font-weight: bold;
    font-size: 17pt;
    color: black;
    font-family: Tahoma;
    padding:20px;
}
.text
{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	white-space: normal;
}

