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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	text-indent: 0;
	text-overflow: ellipsis;
}

html {
    height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
	background: #fff;
	color: #000;
	font: 12px 'Times New Roman',Tahoma,Arial;
}

body {
	min-height: 100%;
	overflow: hidden;
	background: transparent;
}

ul {
	padding-left: 15px;
	padding-left: 40px;
}

ol {
	padding-left: 25px;
	padding-left: 50px;
}

dd, dt, li, ol, ul {
	list-style-position: outside;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

*:focus {
	outline: 0;
}

p, .paragraph {
	margin: 1em 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
	margin: 1.5em 0 1em;

	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

h1, .h1 { font-size: 160%; }

h2, .h2 { font-size: 150%; }

h3, .h3 { font-size: 140%; }

h4, .h4 { font-size: 130%; }

h5, .h5 { font-size: 120%; }

h6, .h6 { font-size: 110%; }

img {
	-ms-interpolation-mode: bicubic;
}

input, select, textarea, button {
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
	resize: vertical;
	resize: none;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

.hidden {
	display: none !important;
}

.invisible, .not-visible {
	visibility: hidden !important;
}

.icon, .icon * {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

	.icon > img {
		display: block;
	}

a {
	cursor: pointer;
	cursor: hand;

	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

	a:focus, a:active {
		outline: 1px dotted;
	}

iframe, embed, object {
	display: block;
}

