@charset "utf-8";

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, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
	 list-style: none;
     vertical-align: top;
	 text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {	
	font-size: 10px;
	margin: 0px;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }



body, 
input, select, textarea, 
div, span, ul, li, 
a:visited, a:link, a:hover,
iframe {
	margin:					0px;
	padding:				0px;
	border:					0px;
	list-style:				none;
	vertical-align:			top;
	text-transform:			none;
}

iframe {
	background-color:		#FFF;
}

input, select, textarea {
	border:					1px solid #000;
}