/*default_style for EFIS, by M. Weidenbach, 06/2000, EGEO, SAI, JRC */

BODY {
	
	background: White url("http://localhost/fise/prototype_1/efisneubg.jpg") no-repeat fixed center;
	color: black;
	font-size: 12pt;
	font : normal normal 12pt 12ptfont-style:;
	font-weight: normal;
	font-variant: normal;
	font-face: Verdana;
	font-family: Verdana;
	
}

H1 {
	font-weight : bold;
	font-variant : small-caps;
	font-size : 14pt;
	font : bold 14pt;
}

H2 {
	font-weight : bold;
	font-size : 13pt;
	font : bold 13pt;
}

H3 {
	font-weight : bold;
	font-size : 12pt;
	font : bold 12pt;
}

A:active {
	color : Black;
	font: normal;
	text-decoration: none;
}

A:LINK {
text-decoration: none;
color: Blue;
  }

A:HOVER  {
	color : Red;
	font-weight : normal;
	text-decoration: underline;
}

A:visited {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #339999;
}



TD {
 font-family: 
}



.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
}


.cap {                                
  font-family: Times, default, serif;
  font-style: normal;
  font-size: 16pt;
}