body
{
	margin: 0px;
}

#mainTable
{
	width: 100%;
	height: 100%;
}

#mainTable td
{
}

#header
{
	width: 100%;
	height: 50px;

	padding-left: 15px;

	background-color: #669933;
	background-image: url("./back.gif");

	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 24pt;

	color: #CCCC00;

	text-align: left;
}

#header a
{
	text-decoration: none;
	color: #CCCC00;
	font-style: none;
	font-weight: normal;
	font-family: cursive, arial black, arial, sans-serif;
	font-size: 20pt;
}

#menu
{
	width: 70px;
	background-color: #669933;
	background-image: url("./back.gif");
	text-align: right;
	padding: 5px;
	padding-top: 30px;

	line-height: 200%;
}

#menu a
{
	text-decoration: none;
	color: #CCCC00;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

#menu a:hover
{
	text-decoration: underline;
}

#body
{
	height: 100%;
	width: 100%;

	padding: 10px;

	border-style: solid;
	border-color: #224400;
	border-width: 0px;
	border-top-width: 3px;
	border-left-width: 3px;
}

#footer
{
	width: 100%;
	height: 20px;

	color: #CCCC00;
	background-color: #669933;
	background-image: url("./back.gif");


	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;

	text-align: center;
}

#footer a
{
	text-decoration: none;
	color: #CCCC00;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

