
/* All rights reserved 1997-2009 © Francesco "frankygoes" Pellone */


/* ------------ tag definition ------------ */

html {
	scrollbar-arrow-color: #0099FF;
	scrollbar-face-color: #000000;
	scrollbar-track-color: none;
	scrollbar-3dlight-color: #0099FF;
	scrollbar-highlight-color: #3355BB;
	scrollbar-shadow-color: #0099FF;
	scrollbar-darkshadow-color: #3355BB;
/*	scrollbar-base-color: none; */
/*	overflow: hidden; */
}

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------ class definition ------------ */

.bkg {
	z-index: -999;
	width: 99%;
	height: 100%;
/*	background-image: url(images/fg_home.jpg); */
	background-image: url(images/fg_home_anim.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px none #FFFF99;
}

.logo {
	text-align: right;
}

.warningspacer{
	float: left;
}

.warning {
	color: #FF0000;
	text-align: justify;
	font-size: 12pt;
	width: 45%;
	padding-left: 22px;
	padding-bottom: 16px;
}

.thought {
	text-align: left;
	clear: both;
}

.bottombar {
	color: #CCCCCC;
	text-align: center;
	font-size: 10pt;
	clear: both;
}

.hiddeninfo {
	color: #33FF99;
	text-align: center;
	font-size: 8pt;
	padding: 15px;
	visibility: hidden;
}

/* ------------ other definition ------------ */

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #44CCFF;
/*	text-decoration: underline; */
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
/*	text-decoration: underline overline; */
	text-decoration: none;
}
