/* CSS Document */

body {
	background-color: #666666;
	margin: 0px;
}
A:link {
	color : #000066;
	text-decoration: none;
}
A:visited {
	color : #000099;
	text-decoration: none;
}
A:active {
	color : #999999;
}
A:hover {
	color : #330000;
	text-decoration: underline;
}


.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.normaltext-big {
	font-size: 14px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

