@charset "utf-8";
/* HOTSoft.gr - Generic CSS Document */

/* page body - general layout */
body {
	background: #030035;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	font-size: 12px;
	background-image: url(images/bg.gif);
}

/* links normal */
a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.hotsoft , .hotsoft:link,  .hotsoft:visited, .hotsoft:active{
	color: #990000;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	text-decoration: none;
	font-weight: bold;
}
.hotsoft:hover {
	color: #990000;
	text-decoration: underline;
}


.text_title {
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.text_bold {
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.text_links {
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.text_links , .text_links:link,  .text_links:visited, .text_links:active{
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	text-decoration: none;
	font-weight: bold;
}
.text_links:hover {
	color: #333333;
	text-decoration: underline;
}
.footer {
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.footer , .footer:link,  .footer:visited, .footer:active{
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial;
	text-decoration: none;
	font-weight: none;
}
.footer:hover {
	color: #ffffff;
	text-decoration: none;
}
.espa-sign {
	position: fixed;
	left: 15px;
	bottom: 30px;
	z-index: 99999999;
	opacity: .7;
	transition: all .2s ease;
}