@charset "UTF-8";
/* CSS Document */
html{
	height:101%;
	position:relative;
}
body{
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../graph/bodyback.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing:0.02em;
}
#wraper{
	width:766px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#header{
	height:90px;
	position:relative;
}
#navigation ul{
	list-style:none;
	position:relative;
	margin:0 auto;
	padding:0;
	width:720px;
	height:45px;
}
#navigation li{
	display:block;
	width:144px;
	height:45px;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#navigation a {
	display:block;
	text-align:center;
	position:relative;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	padding-top:20px;
}
#navigation a.yellowlink{
	color:#2e2e2e;
}
#navigation a.active{
	font-weight:bold;
}
#tab1{
	background-image:url(../elements/tab1-pasive.gif);
	background-repeat:no-repeat;
}
#tab2{
	background-image:url(../elements/tab2-pasive.gif);
	background-repeat:no-repeat;
}
#tab3{
	background-image:url(../elements/tab3-pasive.gif);
	background-repeat:no-repeat;
}
#tab4{
	background-image:url(../elements/tab4-pasive.gif);
	background-repeat:no-repeat;
}
#tab5{
	background-image:url(../elements/tab5-pasive.gif);
	background-repeat:no-repeat;
}
#tab1.active{
	background-image:url(../elements/tab1-active.gif);
}
#tab2.active{
	background-image:url(../elements/tab2-active.gif);
}
#tab3.active{
	background-image:url(../elements/tab3-active.gif);
}
#tab4.active{
	background-image:url(../elements/tab4-active.gif);
}
#tab5.active{
	background-image:url(../elements/tab5-active.gif);
}
#menus{
	float:left;
	width:180px;
	font-size:11px;
	font-weight:bold;
	padding-top:20px;
}
#contents{
	float:right;
	width:575px;
	padding:0;
	padding-top:3px;
}
#contenuto{
	text-align:left;
}
#footer{
	clear:both;
    position:relative;
	margin:0 auto;
	padding:12px 0 0 0;  
	width:766px;
	color:#666666;
	font-size:10px;
	text-align:center;
	height:26px;
	color:#FFFFFF;
}
#crosslink{
	clear:both;
    position:relative;
	margin:0 auto;
	padding:12px 0 0 0;  
	width:766px;
	color:#666666;
	font-size:8px;
	text-align:center;
	height:26px;
	color:#333333;
}
#footer a {
	color:#ffffff;
	text-decoration:underline;
}
#crosslink a {
    color:#333333;
    text-decoration:none;
	font-size:8px;
}
.sx {
    margin-right:8px;
    float:left; 
}
.dx {
    margin-left:8px;
    float:right; 
}
#indirizzi{
	text-align:center;
	padding:10px 20px 0 0;
	margin-left:602px;
	color:#666666;
	font-size:12px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height:14px;
}
#indirizzi a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}
	
p {
	margin:0 0 10px 0;
}
form p {
	clear:left;
	margin:0pt;
	padding:2px 5px 4px;
	text-align:left;
}
form p label {
	float:left;
	font-size:11px;
	margin-top:5px;
	width:35%;
}
input.txt, select.txt {
	font-size:10px;
	width:250px;
}
select.small {
	font-size:10px;
}
form .notes {
	font-size:11px;
	padding:9px 0pt 10px;
	width:85%;
}
form .mid {
	text-align:center;
}
#contents a img, img.noborder{
	border:none;
}
p.credits a, p.credits {
	text-decoration:none;
	color:#E85D00;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}