/**
 * Style sheet basic
 */
*
{
	margin:0px;
	padding:0px;
}

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

html
{
	margin-bottom:1px;
	min-height: 100.01%;
}

body
{
	background: #FFF url('tl_files/layout/bg_line.png') repeat-x 0px 0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:11px;
}

h1
{
	margin:0px 0px 7px 0px;
	padding:0px;
	background:transparent;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	background:transparent;
}

a
{
	text-decoration:none;
	color:#2A6E38;
}

a:hover
{
	text-decoration:none;
	color:#000000;
}

img
{
	vertical-align:middle;
	border:0px;
}

