﻿body

{

	background-image: url( 'grass.jpg' );

	font-size: small;

}

.TableStyle

{

	border: solid 2px black;

	width: 800px;

	border-collapse: collapse;

	background-color: Black;

}

.HeaderStyle

{

	width: 800px;

	text-align: center;

	vertical-align: top;

	border-collapse: collapse;

}

.MenuStyle

{

	border: solid 2px black;

	width: 125px;

	text-align: center;

	border-collapse: collapse;

	background-color: #130D91;

}

.ContentStyle

{

	width: 675px;

	height: 250px;

	border: solid 2px black;

	vertical-align: text-top;

	text-align: center;

	border-collapse: collapse;

	background-color: White;

}

.FooterStyle

{

	font-family: Arial;

	font-weight: bold;

	font-size: small;

	color: White;

	border-collapse: collapse;

	background-color: #BF0000;

}

.TableHeaderStyle

{

	font-family: Arial;

	font-weight: bold;

	font-size: 14pt;

	font-variant: small-caps;

	text-decoration: underline;

	color: Orange;

}

.TableRowStyle

{

	font-family: Arial;

	font-size: 14pt;

}

.MainPanelStyle

{
	font-family: Arial;
	font-size: 24pt;
	width: 95%;
	color: #F00;
	text-align: center;

}
