﻿.body 
{
    margin: 0;
    padding: 0;
    background-image: url('grass_background_natural.jpg');
}
.headerad
{
    background-image: url('grass_background.jpg');
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ffreportlogo
{
    
    background-color: #E5E5E5;
    text-align: center;
    font-size: 36px;
    color: white;
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.menu
{
    font-weight: bold;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 11px;
    font-family: Verdana;
}
.table1
{
    background-color: #F5F5F5;
    width: 80%;
    border: outset 1px black;
    margin-left: auto;
    margin-right: auto;
}
.table2
{
    background-color: White;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    color: Black;
    font-family: Verdana;
    text-align: center;
}
.articles1
{
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
    font-size: 10px;
    background-color: #F5F5F5;
}
.articles2
{
    text-align: center;
    vertical-align: top;
    font-family: Verdana;
    font-size: 10px;
    background-color: #F5F5F5;
}

.feedarticles
{
    font-size: 10px;
    font-family: Verdana;
    color: Blue;
    background-color: White;
}
.imageformatleft
{
    border-width:12px;
    border-style:solid;
    border-color:White;
    float:left;
    width:120px;
    height:150px;
    vertical-align:top;
}
.imageformatleft2
{
    text-align:left; 
    float:left;
    vertical-align:top;
    border-bottom-style: none;
}
.imageformatright
{
    border-width:12px;
    border-style:solid;
    border-color:White;
    float:right;
    width:120px;
    height:150px;
    vertical-align:top;
}
table
{
    border-collapse:collapse;
}
.styletext
{
    font-family:Verdana;
    font-size: 12px;
    text-align: left;
    margin: auto; 
    width: 90%;
    vertical-align: top;
}
.chart
{
    font-size: 8px;
}
.weekly_menu
{
    text-align: left;
    background-color: Black;
}


