body,td,th {
	font-family: "Courier New";
	font-size: 11px;
	/*color: #716b3e;*/
	color: #53512D;
	/*text-align:center;*/
}
body {
	background-color: #000000;
	margin-left: 20px;
	margin-top: 25px; 
	margin-right: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #53512D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #53512D;
}
a:hover {
	text-decoration: none;
	color: #FFFEF8;
}
a:active {
	text-decoration: none;
	color: #FFFEF8;
}
a.menu:link {
	text-decoration: none;
	display:block;
	height:20px;
	line-height:1em;
}
a.menu:visited {
	text-decoration: none;
	display:block;
	height:20px;
	line-height:1em;
}
a.menu:hover {
	text-decoration: none;
	display:block;
	height:20px;
	line-height:1em;
}
a.menu:active {
	text-decoration: none;
	display:block;
	height:20px;
	line-height:1em;
}
ul.menu {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
ul.subMenu {
	list-style:none;
	margin:5px 0 0 10px;
	padding:0;
}
#subMenu li {
	list-style:none;
	margin:0;
	padding:0;
}

.page_layout_main {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
.page_layout_left {
    width:200px;
    padding:0px;
    float:left;
}
.page_layout_middle {
	width:580px;
	/* 450px */
	float:left;
    padding-left:20px;
	/*padding-right:20px;*/
}
.page_layout_right {
    width:140px;
    padding:0px;
    float:left;
}
.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
}




.txt_copyright {
	font-size: 11px;
	color: #333;
}
.txt_copyright a:link {
	color: #333;
}
.txt_copyright a:visited {
	color: #333;
}
.txt_copyright a:hover {
	color: #FFFEF8;
}