body {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 11px;
	color: gray;
	background-color: black;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

em {
	color: red;
}

h2 {
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #989898;
}

a {
	color: #5D5D5D;
	text-decoration: none;
}
a:active, a:hover {
	color: #ABABAB;
	text-decoration: underline;
}

a.down {
	color: white;
	text-decoration: none;
}

a.down:active, a.down:hover {
	color: #AA2222;
	text-decoration: underline;
}
	
.textos {
	color:gray;
	font-size: 10px;
	text-align:justify;
}

.textos2 {
	color:white;
	font-size: 10px;
	text-align:justify;
}

.peu {
	font-size: 10px;
	text-align: center;
}

/* Taules, botons i formularis */
.taules {
	border:2px solid gray;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-topright: 50px;

}

.taules2 {
	border:2px solid gray;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-topleft: 50px;

}

.botons {
	font-size:11px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#000000;
	border:1px solid white;
	width:90px;
	height:19px;
}

textarea, textarea:hover {
	width:336px;
	height:125px;
	background:url(imatges/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
textarea:hover {
	background-position:left bottom;
}

.textinput, .textinputHovered {
	width:190px;
	font-size:9px;
	height:22px;
	background:url(imatges/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

.trans { /* Transparència */
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-khtml-opacity:0.70;
}

/* Classes de Contact-us.php */

.input, .inputHovered {
	width:174px;
	font-size:9px;
	height:16px;
	background:url(imatges/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.inputHovered {
	background-position:left bottom;
}

.success {
	color:#038C00;
	font-weight:bold;
}

.error {
	color:#AC0000;
	font-weight:bold;
}


