/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	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: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #fec703;
	text-decoration: none;
}
a:visited {
	color: #fec703;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}



a.lkFooter:link {
	font-size: 10px;
	line-height: 12px;
	color: #82680c;
	text-decoration: none;
}
a.lkFooter:visited {
	font-size: 10px;
	line-height: 12px;
	color: #82680c;
	text-decoration: none;
}
a.lkFooter:hover {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}
a.lkFooter:active {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtYellow {
	color: #fec703;
}

.txtYellow18px {
	color: #fec703;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgBannerYellow {
	background-image: url(../images/banner-yellow-bg.gif);
	background-repeat: repeat-y;
}


/* ------------------------------------------------------- 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: #333333;
	text-decoration: none;
	display: block;
	width: 300px;
	border: 1px solid #333333;
	padding: 2px;
}

.kl {
	border: 1px solid #333333;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 152px;
	width: 402px;
	left: -30px;
	visibility: visible;
}

#header {
	position: relative;
	height: 140px;
	width: 900px;
}
.txtBlackBold {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
