/* body */
body {
	background-image: url(images/background.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* Fonts */
.infob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#333333;
}
.infow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#FFFFFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color:#333333;
}
.textb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color:#333333;
}
.textw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color:#FFFFFF;
}
/* Links */
.mylink img {
	border: thin
}
.mylink {
	border: thin #000000
}
.mylink:hover {
	border: thin #000000
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
