/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link, visited {
	color: #338aae;
	text-decoration: none;
}

a:hover, active {
	color: #000000;
	text-decoration: none;
}


/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtFooter {
	font-size: 10px;
	color: #999;
}

/* ------------------------------------------------------- DIV ------------------------------------------------------- */


#bgClouds {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0;
	background-image: url(../images/bg-clouds.png);
	background-repeat: repeat-x;
	background-position: top;
}

#bgShadows {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0;
	background-image: url(../images/bg-shadows.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#fly {
	background-image: url(../images/fly.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 60px;
	width: 60px;
	position: absolute;
	left: 20px;
	top: 800px;
}

#content {
	padding-right: 30px;
	padding-left: 30px;
}
/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgFooter {
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat;
}
/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 400px;
	border: 1px solid #666;
}


