/**
 * Style sheet basic
 */
html
{
	height:100.01%;
	margin-bottom:1px;
}

a, a:visited, a.back, a.more
{
	text-decoration:none;
	color:#8C060C;
	outline:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2
{
	margin-top:10px;
	margin-bottom:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
	font-size:1.3em;
}

h3
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	background-image:url("tl_files/site/bullet.gif");
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	font-size:1.2em;
}

h4
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	background-image:url("tl_files/site/bullet.gif");
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	font-size:1.1em;
}

h5
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	background-image:url("tl_files/site/bullet.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.1em;
	line-height:1;
}

.tableHead
{
	width:357px;
	height:29px;
	background-image:url("tl_files/site/table_01.jpg");
	background-repeat:no-repeat;
}

.tableMatter
{
	width:357px;
	height:177px;
	background-color:#C87202;
	background-image:url("tl_files/site/table_02.jpg");
	background-repeat:repeat-x;
	color:#ffffff;
}

.tableFooter
{
	width:357px;
	height:11px;
	background-image:url("tl_files/site/table_03.jpg");
	background-repeat:no-repeat;
}

.pencilText, .clipText
{
	background-color:#993300;
	font-weight:bold;
	font-size:1.1em;
	color:#ffffff;
}

.generalText
{
	font-size:1em;
	color:#8C060C;
}

.generalTextW
{
	font-size:0.9em;
	color:#ffffff;
}

.generalTextWB
{
	font-weight:bold;
	font-size:0.9em;
	color:#ffffff;
}

.no-border
{
	vertical-align:top;
	background-color:#ffcc00;
	border:0px solid #ffffff;
	font-family:tahoma;
	font-weight:bold;
	font-size:1.1em;
	color:#222222;
}

.verysmallTextSp
{
	background-color:#ffcc00;
	border:1px solid #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#333333;
}

.hide
{
	width:0px;
	height:0px;
	display:none;
}

