@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.gif);
	background-position: left;
	background-repeat: repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-family: "Eras Medium ITC";
	font-size: 18px;
	color: #494949;
}
.titles {
	font-family: "Eras Medium ITC";
	font-size: 18px;
	color: #FFFFFF;
}
.text {
	font-family: "Eras Medium ITC";
	font-size: 15px;
	color: #FFFFFF;
}
.info {
	font-size: 12px;
	font-family: "Eras Medium ITC";
	color: #FFFFFF;
}
.signature {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}
#footer {
	clear: both;
	font-size: 10px;
	background-repeat:no-repeat;
	background-position:center;
	background-color: #111111;
	padding: 10px 20px;
	color: #494949;
	margin-bottom: 1px;
}
.mylink img {
	border: thin;
}
.mylink {
	border: thin #000000;
}
.mylink:hover {
	border: thin #000000;
}
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	visibility: inherit;
}
.thumbnail span {
	position: absolute;
	background-color: #CCCCCC;
	padding: 5px;
	left: -1000px;
	border: 0px dashed gray;
	visibility: hidden;
	font-size: 12px;
	font-family: "Eras Medium ITC";
	color: 494949;
	text-decoration: none;
}
.thumbnail span img {
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span {
	visibility: visible;
	top: 30px;
	left: 30px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #494949;
	text-decoration: underline;
}
a:active {
	color: #494949;
	text-decoration: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
}
* html ul li a {
	height: 1%;
}
/* End */
