 
.{

	scrollbar-base-color:#2d5fa2;
	scrollbar-arrow-color:#ffffff;

}

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:#ffffff;
	text-decoration: none;	
}

a:link, a:visited {

	text-decoration: none;
	color:#ffffff;

}

a:hover, a:active {
    text-decoration: underline;
  color:#ffff00;

}
