body, p, tr, td{

	font-family: 'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;	


}

input {
	font-family: 'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 10pt;
	background-color:expression((this.readOnly && this.readOnly==true)?"#cccccc":"")

}

a {
	color:#eeeeee;
	text-decoration: none;	
}

a:link, a:visited {

	text-decoration: none;
	color:#eeeeee;

}

a:hover, a:active {
    text-decoration: underline;
  color:#eeeeee;

}