@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;-
	color:#77838F;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/**/
	-webkit-touch-callout: none;	
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
     padding:0;  
	list-style:none;
} 
body img{
  border:none;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a{
 color: #595959; 
 border:0;
 text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/**/
	-webkit-touch-callout: none;					/**/
	font-family: Arial, Helvetica, sans-serif;
}
/*.*/
table { 
     border-collapse:collapse;   
     border-spacing:0;   
} 
/**/
fieldset,img {    
     border:0;   
} 
ol,ul { 
     list-style:none;   
} 
caption,th { 
     text-align:left;   
} 
h3,h4,h5,h6 { 
     font-size:100%;   
}
.clear{
	clear:both;
	float:none;
	display:block;
	font-size:0px;
	height:0px;
	line-height:0px;
}

