/* body */
body {
	background-image: url(images/background.jpg);
	background-position: left;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/* Fonts */
.info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color:#EEEEEE;
}
.signature {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color:#F4860B;
}
.text_grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#222222;
}
.text_orange {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#F4860B;
}
/* Links */
.mylink img {
	border: none;
}
.mylink {
	border: none;
}
.mylink:hover {
	border: none;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #F4860B;
}
a:active {
	text-decoration: none;
	color: #F4860B;
}
