﻿body {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
}

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #FFFFFF; }
a:active { color: #FFFFFF; }

.container {
	width: 100%;
	height: 100%;
}

.header
{
	text-align: center;
	width: 100%;
	background-color: #000099;
	background-image: url('ImageLib/HeaderBackground.jpg');
	background-repeat: repeat-x;
}

.feeds {
	margin: auto;
	width: 90%;
}

.menubar 
{ 
	width: 100%;
	text-align: center;
	background-position: center; 
	background-image: url('ImageLib/MenuBackground.jpg'); 
	background-repeat: repeat-x; 
}

table.MenuTable
{
	width: 100%;
	text-align: center;
	background-position: center; 
	background-image: url('./MenuBackground.jpg'); 
	background-repeat: repeat-x; 
}

table.FeedTable {
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}

table.FeedTableCells
{
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}

td.FeedTableCell
{
	height: 26px;
	width: 300px;
	background-position: top;
	background-image: url('./MenuBackground.jpg');
	background-repeat: repeat;
	background-color: #000000;
	font-weight: bold;
}

.FeediFrame
{
	width: 300px;
	height: 300px;
	background-color: #FFFFFF;
}
