BODY {
	background-color : White;
	font-family : Verdana;
	font-size : smaller;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #639ACE;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000; 

}

select {
	border : 1px solid Navy;
	font-family : Verdana;
	font-size : xx-small;
}

INPUT {
	border : 1px solid Navy;
	font-family : Verdana;
	font-size : xx-small;
}

TEXTAREA {
	border : 1px solid Navy;
	font-family : Verdana;
	font-size : xx-small;
}


A:ACTIVE, A:FOCUS, A:LINK,A:VISITED {
	text-decoration : none;
	font-size : xx-small;
	color : White;
	font-family : Verdana;
}

A:ACTIVE.blanc, A:FOCUS.blanc, A:LINK.blanc,A:VISITED.blanc {
	text-decoration : none;
	font-size : xx-small;
	color : Navy;
	font-family : Verdana;
}

A:HOVER .blanc{
	font-family : Verdana;
	font-size : xx-small;
	color : Olive;
	text-decoration : underline;
}

A:ACTIVE.negre, A:FOCUS.negre, A:LINK.negre,A:VISITED.negre {
	text-decoration : none;
	font-size : xx-small;
	font-family : Verdana;
		color : Navy;
}

A:HOVER .negre{
	font-family : Verdana;
	font-size : xx-small;
	color : #FF9933;
}

A:HOVER {
	font-family : Verdana;
	font-size : xx-small;
	color : White;

}
TD {
	font-size : xx-small;
	font-family : Verdana;
}

TD.capformulari {
	font-size : xx-small;
	background-color :  #EEF4F9;
	color : Navy;
	font-weight : bold;
		width : 150px;
}

table.formulari {
	background-color : #EEF4F9;
	color : Navy;
}

TD.lletres_titol_formulari {
	font-family : "Arial Black";
	font-size : smaller;
	color : #DFEFF7;

	background-color : #6699CC;
}

td.menu{
	background-color : #29547D;
	font-size : xx-small;
	color : Black;
	font-weight : bold;
	font-family : Arial;
}

table.menu{
	background-color:  #000066;
	font-size : xx-small;
}

td.menu_fosc{
	background-color : Navy;
	font-size : xx-small;
}

td.menu_groc{
	background-color : #7CA9D4;
	font-size : xx-small;
}

td.blau_fosc{
	background-color : #2A7EA8;
	font-size : xx-small;
	color : White;
}

INPUT.transparent {
	background-color : transparent;
	border-style : none none none none;
}

