﻿body 
{

	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	margin: 0;
    padding: 0;
    text-align:center;
}
.MainDiv
{
	width:1028px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

.PageHeader
{

    padding: 0 0 5px 0;
}
.MainMenu
{
    padding: 0 0 5px 0;
}
.NewsBar
{
width: 1100px;
}
.Basket
{
    height: 42px;
    Width: 361px;
    background-image:url('/bf/images/news/basket.png');
    float: left;
}
.Basket a:link 
{
    text-decoration: none;
    color: Yellow;
    font-weight:bold;
}

.Basket a:hover 
{
    text-decoration: underline;
    color:Yellow;
}
.Basket a:visited {
    text-decoration: none;
    color: yellow;
    font-weight:bold;
}
.Basket a:visited:hover
{
    text-decoration: underline;
    color:Yellow;
}

.BasketInternal
{
    font-size: 14px;
    color: White;
    padding: 10px 0 0 50px;
}

.News
{
    float:left;
}
.NewsBack
{
    background-image: url('/bf/images/news/news-middle.png');
    height: 42px;
    width: 655px;
    float: left;

}
.NewsInternal
{
    margin: 10px;
}
.NewsEnd
{
    float:left;
}
.clear
{
    clear:both;
}

