/**
 * Style sheet aclbasic
 */
body
{
	background-color:#e3e6e9;
	background-image:url("tl_files/images/background.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

a, body, div, em, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Lucida Grande", Arial, san-serif;
	font-size:12px;
	color:#666666;
}

input, select, textarea
{
	font-family:"Trebuchet MS", Verdana, san-serif;
	font-size:11px;
	color:#666666;
}

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

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

h1
{
	margin:0px 0px 15px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #cccccc;
	font-family:Tahoma,sans-serif;
	font-weight:normal;
	font-size:1.8em;
	color:#FF9900;
}

h2
{
	margin:0px;
	padding:0px 0px 2px 0px;
	font-family:Tahoma,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#6699CC;
}

a
{
	font-size:12px;
	color:#996633;
}

a:hover
{
	text-decoration:underline;
	color:#FF9900;
}
