/* CSS Document */
a			{text-decoration:none}
a:link		{color:#fff}
a:visited	{color:#fff}	 
a:active	{color:#fff}
a:hover		{color:#fff;text-decoration:underline;}

a.monza:link{color:#fff;text-decoration:none;}
a.monza:hover{ text-decoration:underlined;color:#fff;}

a.email:active	{color:#D44E0B;}
a.email:link{color:#D44E0B;text-decoration:none;}
a.email:hover{ text-decoration:underlined;color:#D44E0B;}
a.email:visited	{color:#D44E0B;}

body {	margin:0;
		height:100%;
	 }
	 
.scrollb	{
           SCROLLBAR-FACE-COLOR: #D2CEE5;
		   	SCROLLBAR-HIGHLIGHT-COLOR: #1C087B;
	   		SCROLLBAR-3DLIGHT-COLOR: #D2CEE5;
	   		SCROLLBAR-SHADOW-COLOR: #D2CEE5;
	   		SCROLLBAR-DARKSHADOW-COLOR: #D2CEE5;
	   		SCROLLBAR-ARROW-COLOR: #1C087B;
	   		SCROLLBAR-TRACK-COLOR: #ffffff;
			overflow: auto; 
			height: 95px;
			width: 720px
		}


.bga{
	background-image:url('images/bga.gif');
	background-repeat:no-repeat;
	background-position: top left;
}

.bg{
	background-image:url('images/bg.gif');
	background-repeat: repeat-x;
	background-color:#9D2F02;
}	 


.bgb{
	background-image:url('images/newslettera.jpg');
	background-repeat:no-repeat;
	background-position: center;
}	 



.txt{
    font-family: "verdana", lucida grande, sans-serif;
	color:#ffffff;
	font-size:10px;
	}
.txtb{
    font-family: "verdana", lucida grande, sans-serif;
	color:#3A1B0E;
	font-size:10px;
	}
	.border{
		 border-right:solid 1px #fff;
  		 border-left:solid 1px #fff;
  		 border-bottom:solid 1px #fff;
		  border-top:solid 1px #fff;
		    font-family: "verdana", lucida grande, sans-serif;
	color:#fff;
	font-size:10px;
	
	}
	
	.txto{
    font-family: "verdana", lucida grande, sans-serif;
	color:#D44E0B;
	font-size:10px;
	font-weight: bold;
	}
	
	.menu	{	background-color:#E5E3D0;
					color: #D44E0B; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px;
			font-weight: bold;
		}
	.menub	{	background-color:#E5E3D0;
					color: #D44E0B; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px;
			font-weight: bold;
			width: 150px;
		}
		
.links {
	color: #802906;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.links a {
	text-decoration: none;
	color: #802906;
}

.links a:hover {
	color: #802906;
	text-decoration: underline;
}