body {
	background-color: #A8A594;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a:link {
	color: #030303;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #7A8272;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #030303;
	text-decoration: none;
	font-weight: bold;
}
.tdMenu {
	background:#C3CFB7;
	text-align:center;
	border: 2px solid #333333;
	font-size: medium;
	
}
.tdbottom{
	text-align:center;
	font-size: x-small;
}
#Main{
vertical-align:top;
margin:10px;
width:560px;
height:320px;
overflow:auto;
}

.tdHeader{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}