@charset "utf-8";
/* Reset Styles */

body,html,div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,p,blockquote,fieldset,input,select,a,
table,th,td
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1,h2,h3,h4,h5,h6
{ font-family: Arial, Helvetica, sans-serif; }

ul,ol
{ list-style: none; /*list-style-position: inside;*/ }

a img,:link img,:visited img
{ border: none; }

input,select
{ vertical-align: middle; }

table,fieldset
{ border: 0; }
