 
body{
  font-size : 12px;
  padding : 0px;
  margin : 0px;
  width : auto;
  height : auto;
  right : auto;
  left : auto;
	text-align:center;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : white;
	scrollbar-3dlight-color : white;
	scrollbar-highlight-color : white;
	scrollbar-arrow-color : black;
	scrollbar-shadow-color : white;
	scrollbar-base-color : white;
	scrollbar-track-color : white;
}






::-webkit-scrollbar{
	overflow:hidden;
	width:1px;
	background:#fafafa;
}
::-webkit-scrollbar:horizontal{
	height:1px;
}
::-webkit-scrollbar-button{
	display:none;
}
::-webkit-scrollbar-piece{
	background:#eee;
}
::-webkit-scrollbar-piece:start{
	background:#eee;
}
::-webkit-scrollbar-thumb{
	background:#333;
}
::-webkit-scrollbar-corner{
	background:#333;
}










table{
  padding : 0px;
  margin : 0px;
  border-width : 0px;
  border-collapse : collapse;
  font-size : 12px;
}
td{
  vertical-align : top;
  padding : 0px;
  margin : 0px;
  border-width : 0px;
  border-collapse : collapse;
}
a{
  text-decoration : none;
}
a:hover{
  text-decoration : underline;
}
 


img{
	border : none;
}


form {
	padding : 0px;
	margin : 0px;
}

.chui{
	color : #9a3131;
	line-height : 15px;
}


