/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #666666; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-highlight-color: #666666; 
	scrollbar-3dlight-color: #666666; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-shadow-color: #666666; 
	scrollbar-darkshadow-color: #666666; 
}
.textSmall {
	font-family: "Small Fonts", Verdana, Arial;
	font-size: 9px;
	color: #000000;
}
.textSmall a:link {
	text-decoration:none;
	color: #000000;
}
.textSmall a:visited {
	text-decoration:none;
	color: #000000;
}
.textSmall a:hover {
	text-decoration:none;
	color: #FF0000;
}
.textGlobal {
	font-family: Verdana, Arial,Tahoma;
	font-size: 12px;
	color: #000000;
}
.textGlobal a:link {
	text-decoration:none;
	color: #000000;
}
.textGlobal a:visited {
	text-decoration:none;
	color: #000000;
}
.textGlobal a:hover {
	text-decoration:none;
	color: #FF0000;
}
.textrosso {
	font-family: Verdana, Arial,Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.textrosso a:link {
	text-decoration:none;
	color: #FF0000;
}
.textrosso a:visited {
	text-decoration:none;
	color: #FF0000;
}
.textrosso a:hover {
	text-decoration:none;
	color: #000000;
}
.inputNewsletter {
	font-family: Verdana, Arial,Tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	width: 130px;
	margin-top: 4px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
.submitNewsletter {
	font-family: "Small Fonts", Verdana, Arial;
	font-size: 9px;
	color: #333333;
	background-color: #EAEAEA;
	margin-top: 2;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}