/**
 * Style sheet basic
 */
body
{
	font-family:Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:0.75em;
	color:#586168;
	line-height:1.2em;
}

td
{
	font-family:Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:1em;
	color:#666966;
	line-height:1.2em;
}

h1
{
	margin-top:0px;
	margin-bottom:5px;
	font-size:1.4em;
	color:#467492;
}

#right h1
{
	margin-top:0;
	padding-top:0;
	font-size:1em;
}

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

a:hover
{
	color:#0e314c;
}

img
{
	margin:0;
	padding:0;
	border:0;
}

.readmore
{
	color:#7790a1;
}

.styledtable
{
	background-image:url("tl_files/layout/table-spacer.gif");
	background-position:left bottom;
	background-repeat:repeat-x;
}

.styledtable tbody td
{
	background-image:url("tl_files/layout/table-spacer.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

.styledtable td
{
	padding-top:4px;
	padding-bottom:3px;
}
