/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #88878C;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

a.lkTmbs:link {
	display: block;
	height: 64px;
	width: 64px;
	border: 1px solid #999999;
}
a.lkTmbs:visited {
	display: block;
	height: 64px;
	width: 64px;
	border: 1px solid #999999;
}
a.lkTmbs:hover {
	display: block;
	height: 64px;
	width: 64px;
	border: 1px solid #FFFFFF;
}
a.lkTmbs:active {
	display: block;
	height: 64px;
	width: 64px;
	border: 1px solid #FFFFFF;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */



/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgContent {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.kl {
	border: 1px solid #FFFFFF;
}

.tdBottom {
	position: relative;
	top: 83px;
}

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 100%;
	border: 1px solid #999999;
}

