@charset "iso-8859-2";
/* CSS Document */
body{
	background:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	}

a{
	color:#B97A00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color:#DC9200;
	text-decoration: underline; 
}
a:hover{
	color:#FFAA00;
	text-decoration: none; 
}

h1{
	color:#966200;
	font-size:30px;
	margin: 20px;
}

div,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;

	}
	
.container{
	width:600px;
	margin:auto;

}
.menul{
	width:130px;
	float:left;
	height: auto;
	display: inline;
}
.head{
	width:600px;
	text-align: center;
	border-bottom: 1px #4A4A4A dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.foot{
	width:100%;
	text-align: center;
	clear: both;
	padding-top: 50px;
	font-size: 8px;
}
.center{
	width:450px;
	float:left;
	height: auto;
	display: inline;
}
.menur{
	width:170px;
	float:right;
	height: auto;
	display: inline;
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
}
   

	




.menu{
	list-style: none;
	padding:3px;
	margin:0px;
}


	
input.edit_text {
color:#0E0E0E;
}

img {
border: none;
}