@charset "utf-8";

body {
   font-size: 16px;
   font-family: Arial;
   text-align: left;
   color: #000;
}

html, body, div, span, applet, object, iframe, pre, form, legend, fieldset, label, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, table, th, td, acronym, strong, em, abbr, pre, blockquote {
   margin:0;
   padding:0;
}

pre {
   font-family: inherit;
}

fieldset, img {
   border:0;
}

legend, a {
   color: #000;
}

a, ins, acronym, abbr, del {
   text-decoration: none;
   border: none;
}

input, button, textarea, select {
	font: 16px Arial;
	font-weight:normal;
}

label {
   cursor: pointer;
}

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

ol, ul {
   list-style:none;
}

table {
   border-collapse:collapse;
   border-spacing:0;
}

caption,th,td {
	text-align:left;
	vertical-align:top;
}

abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}

blockquote,q {
	quotes:none;
}

hr {
   background-color: #000;
   color: #000;
   border: none;
   height: 1px;
}
