/**
 * Style sheet typolight
 */
BODY
{
	position:relative;
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:100.01%;
}

SELECT
{
	font-size:99%;
}

INPUT
{
	font-size:99%;
}

TEXTAREA
{
	font-size:99%;
}

FORM
{
	margin:0px;
	padding:0px;
}

IMG
{
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}

#left
{
	float:left;
}

#right
{
	float:right;
}

#main
{
	width:auto;
	position:relative;
}

.inside
{
	position:relative;
	text-align:left;
}

.block
{
	overflow:hidden;
}

#clear
{
	height:0px;
	clear:both;
	font-size:0px;
	line-height:0px;
}

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

.custom
{
	display:block;
	text-align:left;
}

.custom:unknown
{
	height:0px;
	clear:both;
	display:block;
	VISIBILITY: hidden;
	content: ".";
}
