/* tags */
a
{
  color: Blue;
}
a:hover
{
  color: #0066FF;
}
body
{
  background-image: url(Img/Layout/fondo-t6.jpg);
}

/* classes */
.bodyPopup
{
  background-image: none;
  background-color: #FCFCE7;
}
.botonSend
{
  color: Blue;
}
.color1
{
  color: Blue;
}
.color2
{
  color: #996699;
}
.fieldName
{
  color: Blue;
}
.footerFont
{
  color: White;
  font-family: Arial;
  font-size: 11px;
}
.footerImage
{
  background-image: url(Img/Layout/footer-t6.gif);
}
.footerLink
{
  color: White;
}
.footerLink:Hover
{
  color: #E4FCE4;
}
.headerImage
{
  background-image: url(Img/Layout/header-t6.jpg);
  padding-right:20px;
}
.specialFont
{
  color: Blue;
}
.specialFont2
{
  color: Blue;
  font-weight:bold;
}
.URLs
{
	background-color:#993333; 
	color:White; padding: 4px; font-family: Arial; font-size: 11px
}
