.titol_gran_gris {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : normal;
	font-weight : bolder;
	color : Silver;
}
.titol_mitja_gris {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bolder;
	color : Silver;
}
.texte_normal_negre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : Black;
}
.texte_bold_negre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : Black;
}

.texte_bold_blau {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}

.texte_normal_blau {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : Navy;
} 

.texte_gran_blau {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	font-style : normal;
	font-weight : bold;
	color : Navy;
} 

.texte_petit_blau {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : Navy;
} 

.texte_normal_gris {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #818181;
}

.texte_petit_gris {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : silver;
}
.texte_normal_vermell {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : Red;
}
.boto_iniciar_sessio {
	background-color : #F5DEB3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
INPUT {
	font-size : 12px;
}
fieldset{
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-moz-border-radius: 6px;
	<![if !IE 5]> 
		border: 1px solid #CFCFC5;
	<![endif]>;
	background-color: #FFFFCC;
}