background
{
	background-color: #D4DFE3;
}

SELECT{
 
   font-size : 10px; 
   font-family : Tahoma,Arial, Helvetica, sans-serif;
			font-style: normal; 
			font-weight: normal;
			line-height: 15px;
			border : 1px solid;
}

INPUT{
	font-size : 10px;
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	border : 1px solid;
}

TEXTAREA{
	font-size : 10px;
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	border : 1px solid;
}



P {
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : bold;
	font-size : 14px;
}
H2{
	font-family :Tahoma, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 16px;
	font-weight : lighter;
}
A:LINK {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	border-bottom-width: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #114195;
}
A {
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	border-bottom-width : 0px;
	font-weight : bold;
	text-decoration : none;
	color : #2A4D98;
}

.rectangle {
	border : 1px solid Purple;
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-left-width : 1px;
	border-right-width : 1px;
}

.titol_vermell {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	border-bottom-width: 0px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	background-color: #0F4996;
}
.titol_vermell1 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12px;
	border-bottom-width : 0px;
	font-weight : lighter;
	text-decoration : none;
	color : #9A3233;
}
.titol_blau {
	border-bottom-width : 0px;
	text-decoration : none;
	color : #2A4D98;
	font: bold normal 11px Arial, Helvetica, sans-serif;
}
.texte_gris {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	color : #999999;
}
.texte_vermell {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	color : #9A3233;
}
.texte_blau {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	color : #2A4D98;
}
.texte_negre {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	color : Black;
}
.linia_inferior
{
	border-bottom : 1px solid Purple;
}
.opcions_menu {
	border-bottom-width : thick;
	border-bottom : 1px dashed Gray;
	font-size : 12px;
}

.linia_esquerra
{
	border-left : 1px dotted Purple;
}
 .liniataula {
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #CCCCCC;
} 
.mayus {
	text-transform: uppercase;
}