@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
html, body{
	border:0;
}
body,html {
	background:#fff;
	height:100%;
}
body,input,textarea,select{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

ul, ol {
	list-style-type:none;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
:-moz-any-link:focus {
outline: none;
}
