@charset "UTF-8";

html {
   background :#fff;
   color: #000;
}

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

a {
   overflow: hidden;
}

a img, img {
   border: 0;
}

address, caption, em, th, strong {
   font-style: normal;
   font-weight: normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
   margin: 0;
   padding: 0;
}

caption, th {
   text-align: left;
}

h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}

ol, ul {
list-style:none;
}

select, input, button, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
   font-family: inherit;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   padding: 0;
   vertical-align: baseline;
}

table {
	font-size: inherit;
	font: 100%;
   border-collapse: collapse;
   border-spacing: 0;
}