/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.slogen {
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}
.text {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	}
.menu {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial;
	color:#666666;
}
.menu a:link {
	text-decoration: none;
	color:#000000;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	color:#666666;
}
.menu a:active {
	text-decoration: none;
}
.footer {
	font-size: 10px;
	font-family: Arial;
	color:#000000;
}
.link {
	font-family:Arial;
	color: #000000;
	font-size: 12px;
}
.link a:link {
	text-decoration: underline;
	color:#666666;
}
.link a:visited {
	text-decoration: underline;
}
.link a:hover {
	color:#000000;
	text-decoration: none;
}
.link a:active {
	text-decoration: none;
}
