@charset "UTF-8";
* { font-family: Arial, Helvetica, sans-serif; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	/*background : transparent;*/
	border : 0;
	margin : 0;
	outline : 0;
	padding : 0;
	font: 100% Arial, Helvetica, sans-serif;
}
html
{
	background : #FFF;
	color : #000;
}
body
{
	line-height : 1;
}
:focus
{
	outline : 0;
}
a img
{
	border : none;
}
abbr,acronym
{
	border : 0;
}
abbr,acronym
{
	border : 0;
	font-variant : normal;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style : normal;
	font-weight : normal;
}
blockquote, q
{
	quotes : none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content : '';
	content : none;
}
caption,th
{
	text-align : left;
}
del
{
	text-decoration : line-through;
}
del,ins
{
	text-decoration : none;
}
fieldset,img
{
	border : 0;
}
h1,h2,h3,h4,h5,h6
{
	font-size : 100%;
	font-weight : normal;
}
input,textarea,select
{
	font-family : inherit;
	font-size : inherit;
	font-weight : inherit;
}
input,textarea,select
{
	font-size : 100%;
}
ins
{
	text-decoration : none;
}
legend
{
	color : #000;
}

q:before,q:after
{
	content : '';
}
sub
{
	vertical-align : text-bottom;
}
table
{
	border-collapse : collapse;
	border-spacing : 0;
}
