/**
 * Style sheet Master
 */
/* Main Body Style */
body
{
	background-color:#ece4d;
	background-image:url("tl_files/images/background.gif");
	background-position:center top;
	background-repeat:repeat-y;
	border-collapse:collapse;
}

/* Hyperlink */
a,
a:visited
{
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
	color:#003399;
}

/* Hyperlink */
a:hover
{
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10pt;
	color:#ff6633;
}

#text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#text.title
{
	background-color:#ece4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
