BODY {
	margin: 0px;
	padding: 0px;
	background-color: #999900;
}

TD, A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footline {
	font-size: 10px;
	color: #000000;
}
.footline:hover {
	text-decoration: underline;
}


H1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.12points {
	font-size: 12px;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}


A:hover {
	color: #999900;
	text-decoration:underline;
}
A:vlink {
	text-decoration:underline;
}
A.txtfett {
	font-weight:bold;
	text-decoration:underline;
}
A.txtfett:hover {
	color: #999900;
	text-decoration:underline;
}
A.txtfett:vlink {
	text-decoration:underline;
}


/* **********
** Navigation
*/

.tlnav {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.tlnav:hover {
	text-decoration: underline;
	color: #000066;
}
.tlnav:vlink {
	text-decoration: underline;
}

.tlnavact {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.tlnavact:hover {
	text-decoration: underline;
}

.slnav {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 5px;
	color: #000000;
}
.slnav:hover {
	text-decoration: underline;
	color:#000066;
}
.slnav:vlink {
	text-decoration: underline;
}

/*titus*/
.slnavact {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px;
}