/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(bodypix/bg_content.jpg);
	background-position:left left;
	background-repeat: repeat-y;
	background-attachment: fixed;
	scrollbar-face-color:#6B888C;
	scrollbar-highlight-color:#6B888C;
	scrollbar-3dlight-color:#6B888C;
	scrollbar-darkshadow-color:#1C252C;
	scrollbar-shadow-color:#6B888C;
	scrollbar-arrow-color:#1C252C;
	scrollbar-track-color:#1C252C;
	overflow: auto;
}
.fuss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #828487;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	color: #00172C;
}
.date {
	color: #6B888C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
}
a:link {
	color: #4C8AA2;
	text-decoration: underline;
}
a:visited {
	color: #4C8AA2;
	text-decoration: underline;
}
a:hover {
	color: #991402;
	text-decoration: none;

}
a:active {
	color: #4C8AA2;
	text-decoration: underline;
}
.textnorm {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #00172C;
}
