@charset "utf-8";
/* CSS Document */
body
{
	background-color:#424242;
	font-family:Tahoma;
	font-size:11px;
	margin:0px;
	line-height:20px;
	color:#353535;
	
	
}
a {
text-decoration:none;
color:#353535;
}
a:hover {
	text-decoration:underline
	}
#menu a {
	color:#fff;
	margin-right:30px;
	margin-left:30px;
	}
.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}

.pageing{
	padding:10px 0;
	text-align:center;
	clear:both;
}

.pageing a{
	display:inline-block;
	padding:2px 3px;
	text-align:center;
	border:1px solid #CCCCCC;
	color:#666666;
}

.pageing a:hover{
	color:#FF0000;
}
input 
{
	font-family:Tahoma;
	font-size:11px;
}
select 
{
		font-family:Tahoma;
	font-size:11px;

}
