/********************/
/*  MAIN            */
/********************/

html, body
	{
	height: 100%;
	margin: 0px;
	}

.table-bg
	{
	height: 100%;
	width: 100%;
	}

.mainTable
	{
	border: 1px solid #999999;
	height: 540px;
	width: 750px;
	}

.title
	{
	color: #008357;
	text-align: left;
	font-family: verdana, tahoma, arial;
	font-size: 21px;
	padding: 2px;
	}

.grass
	{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

.navigation
	{
	height: 100%;
	width: 100%;
	}

.mainNav
	{
	color: #999999;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	height: 120px;
	text-align: center;
	}

.mainNav a
	{
	color: #888888;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	}

.mainNav a:hover
	{
	color: #008357;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	display: block;
	}


/********************/
/*  MISC            */
/********************/

.spacer
	{
	empty-cells: show;
	}