/**
 * Style sheet xBasic
 */
.header_top
{
	height:152px;
	background-image:url("tl_files/logo.png");
	background-position:center center;
	background-repeat:no-repeat;
}

.footer
{
	width:100%;
	height:21px;
	bottom:0px;
	left:0px;
	position:absolute;
	margin:0;
	text-align:center;
	background-image:url("tl_files/footer_bg.png");
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	line-height:2em;
	z-index: 2;
}

html>body .footer
{
	position:fixed;
}

.footer_content
{
	margin:0em 2em;
	background-image:url("tl_files/footer_bg.png");
	background-repeat:repeat-x;
	z-index: 1;
}

.toggler
{
	background-color:#cccccc;
	cursor: pointer;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#EAEAEA;
	background-image:url("tl_files/body.png");
	background-position:left top;
	background-repeat:repeat-x;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

a
{
	text-decoration:none;
	color:#666666;
}

a:hover
{
	text-decoration:underline;
}

