﻿body {
}


.bodytable
{
	background-color:White; 
	border-left:solid black 1px;
	border-bottom:groove gray 3px;
	border-right:groove gray 3px;
	width:800px;
	height:400px;
	font-family:Verdana;
	font-size: 12px;
	color:gray;
	padding:15px;
	vertical-align:top;	
}

.bannertable
{
	border-top:solid black 1px;
	border-left:solid black 1px;
	border-right:groove gray 3px;
	width:800px;
	font-family:Verdana;
	font-size: 20px;
	font-weight:bold;
	color:white;
}

.menutable
{
	border-left:solid black 1px;
	border-right:groove gray 3px;
	border-bottom:solid gray 1px;
	border-top:solid gray 1px;
	width:800px;
	font-family:Verdana;
	font-size: 10px;
	color:gray;
	background-color:#F7F6F3;
	padding:10px;
}