html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body{
	height:100%;
}
html { 
	font-size: 100.01%;
}
body {
	background:#212121;
	color: #767575;
	text-align: left;
	font:normal 12px/120% Arial, Helvetica, Tahoma, sans-serif;
}
body.inner{
	background: #f1f1f1;
}
body.gray{
	background: #a6a6a6;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
a {
	color: #fd7139;
	text-decoration:none;
}
a:visited{
	color: #fd7139;
}
a:hover{
	color: #fd7139;
}