html, body {
	width: 100%;
	height: 100%;
	background: #0c0700;
}

body, input, textarea, select, option, td, th {
	font-family: Tahoma, Verdana, sans-serif;
	color: #0e0d0c;
	font-size: 11px;
}

input, textarea, select, option {
	background: #ffffff;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.hide {
	display: none;
}

.print {
	display: none;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}
