body{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:black;
	background-image:url('body.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:black;
	font-family:Tahoma;
}
a{color:black;}
td{font-size:12px;}
.M{
	background-image:url('top.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
#TopMenu{
	margin-left:20px;
}
#TopMenu a{
	display:block;
	height:30px;
	width:80px;
	margin:5px;
	float:left;
}

.Bottom{
	background-image:url('bottom.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	height:157px;	
}
#BotMenu{
	margin-top:40px;
}
#BotMenu *{
	font-weight:600;
	color:black;
}
#BotMenu span{
	padding-left:10px;
	padding-right:10px;
}

.Adv{
	height:150px;
	width:195px;
	background:white;
	border:solid 1px black;
	margin-bottom:10px;
}

div.lmenu{
	margin-top:20px; 
	margin-left:20px;
	margin-bottom:20px; 	
}

div.lmenu a {
	color: #000000;	
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}

div.lmenu a:hover {
text-decoration: underline;
}


