/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-02.gif);
	background-color: #000000;
	background-repeat: repeat;
}

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



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtTitles {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgContent {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #72777B;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
}

.kl {
	border: 1px solid #CCCCCC;
}
