html
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(../graphics/grass_tile.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: left;
}

.filltable
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.contents
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

.header1
{
	text-transform: uppercase;
	font-size: 18px;
}

.header2
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.submenutable
{
	font-size: 12px;
	font-weight: bold;
}

.submenutable A
{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
