@charset "utf-8";
/* 008400.com - reset.css */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p{ 
    margin: 0; 
    padding: 0; 
	font-family:Arial;
}

a{
	text-decoration:none;
}

img { 
    border: 0; 
}

h1, h2, h3, h4, h5, h6 { 
    font-size: 100%; 
    font-weight: normal; 
} 


:focus { 
    outline: 0; 
}
  
  
input, button, textarea, select, option { 
    font-family: inherit; 
    font-size: inherit; 
    font-style: inherit; 
    font-weight: inherit; 
} 

button, textarea, select { 
    *font-size: 100%;
	height: 25px;
} 

ol, ul { 
    list-style: none; 
} 


table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
caption, th { 
    text-align: left; 
} 
sup, sub { 
    font-size: 100%; 
    vertical-align: baseline; 
}

select{ font:12px Verdana, Arial; }

.clear{ clear:both; }
