/* hide from ie on mac \*/
html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
/* end hide */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	text-align: justify;
	background-color: #D5D5D5;
	padding: 0px;
	margin: 0px;
	height: 100%
}
#flashcontent {
/*
	position: absolute;
*/
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index:1;
}


h1{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #003298;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3{
	font-size: 18px;
	line-height: 16px;
	color: #003298;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 30px;
}

h4{
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #003298;
	margin-top: 15px;
	margin-bottom: 0px;
}
h5{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bg_td{
	background-color:#E1E1E1;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
}
#recent_updates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align:left;
	color:#333333;
	width: 32%;
	/* max-width:450px; */
	z-index: 9;
	position: absolute;
	left: auto;
	top: 20px;
	right: 0px;
	bottom: auto;
}
#recent_updates a:link {
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
}
#recent_updates a:visited {
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
}
#recent_updates a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#ru_title {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#ru_txt {
	width: auto;
	padding-right: 25px;
}
#ru_txt h3 {
	font-size: 14px;
	font-weight: bold;
}
#ru_txt img {
	height: 75px;
	width: 75px;
	margin-top: 18px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
#ru_txt table {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 5px;
}
#mat_week, #news_index{
	width:100%;
	margin: 20px 0px;
	padding:10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*
	behavior: url(../scripts/border-radius.htc);
	filter: Alpha(Opacity=100);
	opacity:1;
	*/
}
#mat_week{
	background-color:#FC0;
}
#news_index{
	background-color:#003298;
	color:#FFF;
}
#news_index h2{
	color:#FFF;
}
#news_index h4{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-bottom: 5px;
}

#separatore{ border-bottom:1px dotted #FFF; }

#mat_week #umatter_matWeek {
	width: 100%;
	padding: 5px;
	margin:0px;
}
#mat_week #umatter_matWeek td {
	padding: 0px;
	margin:0px;
}
#mat_week #umatter_matWeek h2{
	margin-left: 0px;
}
#mat_week #umatter_matWeek h3{
	font-size:14px;
	margin: 0px;
	padding-left: 0px;
}
#mat_week #umatter_matWeek h4{
	font-size:14px;
	margin: 0px;
	padding-left: 0px;
}
#mat_week #umatter_matWeek h5{
	font-size:13px;
	margin: 0px;
	padding-left: 0px;
	font-weight:bold;
}
#mat_week #umatter_matWeek a, #mat_week #umatter_matWeek a:visited{
	color:#333;
}
#mat_week #umatter_matWeek a:hover{
	color:#FFF;
}
#mat_week #umatter_matWeek img {
	height: 75px;
	width: 75px;
	margin:0px 10px 0px 0px;
	border: 1px solid #000000;
}
/*
#footer{
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	z-index:10;
	padding-top: 5px;
}
@media screen{
body>#footer{
	position: fixed;
}
}
*/
#footer{
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) 
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight));
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	height:20px;
	z-index:40;
	padding-top: 5px;
}
@media screen{
body>#footer{
	position: fixed;
	bottom:0;
}
}
object{
	z-index:1;
}
@media screen{
object{
	z-index:1;
}
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFCC00;
	text-decoration: none;
}
.Stile1 {	color: #003399;
	font-size: 20px;
	font-style: italic;
}
.Stile2 {color: #003399}