html, body {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 100.01%;
	background-color: #000;
	color: #fff;
	text-align: left;
	width: 100%;
	height: 100%;
}
div {
	display: block;
}
h3 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0.4em !important;
	color: #f00;
}
h4 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 0.4em !important;
	color: #f00;
}
h4 strong {
	color: #fff;
}
p, label, address, #main ul, #main ol {
	font-size: small;
	line-height: 1.6;
	margin-bottom: 1em !important;
	text-align: justify;
	color: #ddd;
	font-style: normal;
}
#main li {
	margin-left: 30px !important;
	margin-bottom: 5px !important;
}
label {
	font-weight: bold;
}
a, a:link {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	color: #eee;
}
a:hover, a:active {
	color: #f00;
}
.error {
	color: #f00;
}
.paginate {
	color: #ddd;
}
.paginate a {
	text-decoration: none;
	font-weight: normal !important;
}
.paginate span {
	font-weight: bold;
	color: #000;
}
#sizehelper, #sizehelper2 {
	display: none;
}

