html, body {
	font: 11px  Arial, Helvetica, sans-serif;
	line-height:14px;
	color: #000000;
	text-align: left;
	background:url(../images/background_fade.gif) repeat-x top;
	background-color:#FFFFFF;
}


table {
	font: 11px  Arial, Helvetica, sans-serif;
	line-height:14px;
	color: #333333;
	text-align: left;
}
table a:link {
	color:#666;
	text-decoration:none;
}
table a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
table a:active {
	color:#CCCCCC;
	text-decoration:none;
}
table a:visited {
	color:#999;
	text-decoration:none;
}


.kop1 {
	font-size:14px;
	line-height:14px;
	color:#313331;
	margin:15px 0px 15px 0px;
	text-transform:uppercase;
	font-weight:bold;
}
.sublinks {
	font-size:12px;
	color:#663300;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
	font-weight:bold;
}
.sublinks a:link {
	color:#663300;
	text-decoration:none;
}
.sublinks a:hover {
	color:#663300;
	text-decoration:none;
}
.sublinks a:active {
	color:#663300;
	text-decoration:none;
}
.sublinks a:visited {
	color:#663300;
	text-decoration:none;
}

.anchor {
	font-size:10px;
	color:#CCCCCC;
	text-transform:uppercase;
	font-weight:bold;
}
.anchor a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.anchor a:hover {
	color:#994C00;
	text-decoration:none;
}
.anchor a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.anchor a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.subheader {
	font-size:12px;
	color:#313331;
	font-style:italic;
}
