 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #A05A09;
	margin: 0px;
	padding: 0px;
}
table.page
	{
		vertical-align: top;
		height: 100%;
		padding: 0px;
		margin: auto;
		border 0px;
		width: 800px;
	}
	

td.menu
	{
		vertical-align: top;
		background-color: #404040;
		padding: 0px;
		padding-top: 200px;
		padding-bottom: 100px;
		margin: 0px;
		overflow: hidden;
		width: 153px;
		border 0px;
	}

td.menu ul
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		width: 153px;
	}
	
td.menu ul li
	{
		padding: 0px;
		margin: 0px;
		padding-top: 4px;
		padding-left: 45px;
		width: 153px;
		height: 29px;
		background-image: url(../img/button_non_active.jpg);
		background-repeat: no-repeat;
		color: white;
		font-weight: bold;
	}

td.menu ul li a
	{
		color: white;
		text-decoration: none;
	}

td.menu ul li a:active
	{
		color: #FFDDDD;
	}

td.menu ul li a:visited
	{
		color: #FFFFDD;
	}
	
td.menu ul li:hover
	{
		padding: 0px;
		margin: 0px;
		padding-top: 4px;
		padding-left: 45px;
		width: 153px;
		height: 29px;
		background-image: url(../img/button_active.jpg);
		background-repeat: no-repeat;
		color: white;
		font-weight: bold;
	}
	
div.subtitle
	{
		font-size: 120%;
		font-weight: bold;
		font-family: sans-serif;
	}
	
td.content
	{
		vertical-align: top;
		background-image: url(../img/faded_logo.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-color: white;
		border: 4px solid #404040;
		padding: 20px;
		margin-right: 0px;
		padding-left: 40px;
		height: 100%;
		
		font-family: Arial;
	}
	
div.credit
	{
		font-size: 70%;
		margin-top: 20px;
		float: right;
	}.border {
	border: 2px solid #D16F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	width: 400px;
	border: 1px solid #D16F00;
}
input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	width: 400px;
	border: 1px solid #D16F00;
}