/**
 * Style sheet basic
 */
h1
{
	margin-top:8px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}

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

.ev_ingress
{
	padding-top:20px;
	text-align:justify;
	font-weight:bold;
}

#insert_content .ev_ingress
{
	margin-top:-16px;
	text-align:left;
	font-weight:normal;
}

.ev_teaserImage
{
	height:300px;
}

.tl_textarea
{
	width:600px;
}

body
{
	padding:0px;
	background-color:#fff;
	background-image:url("tl_files/images/background_greenWhiteGrad.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Verdana, sans-serif;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:11px;
}

h3
{
	margin-top:20px;
	font-family:Lucida Console, Monaco, monospace;
	font-weight:normal;
	text-decoration:underline;
	font-size:11px;
}

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

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

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

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