@charset "UTF-8";
body {
	background-color: #000333;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
#container {
	width:900px;
	margin: 0 auto;
	top:30 px;
}
#banner {
	width:900px;
	height:200px;
	background-image:url(/pharos2009/images/banner.jpg);
	background-repeat:no-repeat;
}
.Tnormale {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:14px;
}
.Tfooter {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}

/* ===== Tooltip CSS ===== */
div.tooltip { 
	display: none; /* initially tooltips are hidden */
	padding: 10px;
	background: #FFF;
	color: #000;
	font-size: 13px;
	font-style: italic;
}

div.tooltip,
div.scrollable div.items div { -moz-border-radius: 8px; -webkit-border-radius: 8px; }

