body
{
	font-family:Arial;
	font-size:11px;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

td, th, input, select
{
	font-family:Arial;
	font-size:11px;
}

a 
{
	color: #000;
	/*text-decoration: none;*/
	text-decoration: underline;
}

a img
{
	border:0;
}

html,body,form,li,ul
{
	padding: 0;
	margin: 0;	
}

li 
{
	list-style: none none;
}

/* --------------- fckEditor fix ---------------------------------*/
body.fckEdit
{
	background-color:Transparent;
	height:auto;
}

*:first-child+html body.fckEdit
{
	background-color:#fff;
	background-image:none;
}
/* ---------------------------------------------------------------*/

h1, h1 a 
{
	font-size: 28px;
	font-family: "/Fonts/FS Lola.ttf";
	color: #00b4f0;
	margin: 0;
	margin-bottom: 9px;
	font-weight: normal;
}

h2, h2 a 
{
	font-family: "/Fonts/FS Lola Light.ttf";
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #000;
}

h3, h3 a 
{
	font-size: 18px;
	font-family: "/Fonts/FS Lola.ttf";
	/*color: #00b4f0;*/
	color: #000;
	margin: 0;
	margin-bottom: 3px;
	font-weight: normal;
}

h4, h4 a 
{
	font-size: 14px;
	font-family: "/Fonts/FS Lola Medium.ttf";
	margin: 0;
	font-weight: normal;
	/*color: #7e7e7e;*/
	color: #000;
	text-decoration: none;
}

h5, h5 a
{
	font-size: 11px;
	font-family: "/Fonts/FS Lola Bold.ttf";
	margin: 0;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, a h1, a h2, a h3, a h4, a h5
{
	text-decoration: none;
}

a:active h4, a:active h4 a:active
{
	text-decoration: none;
}

#OneColumn h1 
{
	font-size: 24px;
	color: #ed8801;
	margin-bottom: 3px;
}

#BelowBox .Container .TextWrapper .Header h2 
{
	font-family: "/Fonts/FS Lola Bold.ttf";
	font-size: 16px;
	margin-bottom: 15px;
}

.MoreArrow 
{
	padding-right: 20px;
	background-image: url(img/MoreArrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
.cl
{
    clear:both;
}