/* Style sheet basic */
html * { font-size:100.01%; }

body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75.00%;
	color:#393939;
	line-height:1.4em;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}

.block { overflow:hidden; }

.clear, #clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

.invisible {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

select, input, textarea { font-size:99%; }

form {
	margin:0;
	padding:0;
}

img { border:0; }

.inactive { color:#888; }

span.toggler {
	display:inline;
	padding-bottom:1px;
	border-bottom:1px solid #000;
}
