﻿BODY { 
	margin: 0; padding: 0;
}

#topWrapper {
	background-color:#fdfefe;
	width:100%;
	display:block;
	margin:auto;
	height:auto;
	overflow:auto;
	background-image: url('img/BgTop.gif');
	background-repeat: repeat-x;
}

#botWrapper {
	background:transparent;
	width:100%;
	margin:auto;
	display:block;
	height:100%;
	overflow:auto;
	background-image: url('img/BgBot.gif');
	background-position:0% 100%;
	background-repeat: repeat-x;
}

#Wrapper {
	width:100%;
	display:block;
	margin:auto;
	height:auto;
	overflow:auto;
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
	background-position:50% 0%;
}

#container {
	width:975px;
	margin:auto;
	display:block;
}

A {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial; TEXT-DECORATION: none;
}
A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial; TEXT-DECORATION: underline;
}
TABLE {
	FONT: 11px Tahoma, Arial, Geneva, Helvetica, Sans-Serif
}
BODY {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial; TEXT-DECORATION: none;
}
TD {
	FONT: 11px Tahoma, Arial, Geneva, Helvetica, Sans-Serif; line-height=16px;

}

.footer TD {
	COLOR: #787878; FONT-SIZE: 11px;
}
.footer A {
	COLOR: #787878; FONT-SIZE: 11px; TEXT-DECORATION: none;
}
.footer A:hover {
	COLOR: #BABABA; FONT-SIZE: 11px; TEXT-DECORATION: none;
}

a#fri {
	display:inline;
	float:left;
	margin-left:50px;
	width: 60px;
	height:48px;
	background-image:url('img/logo_fri_off.gif');
}

a:hover#fri {
	background-image:url('img/logo_fri_on.gif');
}

.style1 {
		border-color: #c0c0c0;
		border-width: 0;
	}
	
.style2 {
		text-align: right;
	}

a#monti {
	display:inline;
	float:right;
	margin-right:7px;
	width: 98px;
	height:48px;
	background-image:url('img/logo_monti_off.gif');
}

a:hover#monti {
	background-image:url('img/logo_monti_on.gif');
}