/* Default CSS Stylesheet for a new Web Application project */

		body{font-family:arial;}
		table{font-size:80%;}
		a{color:blue;text-decoration:none;font:bold}
		a:hover{color:#606060}
		td.menu{background:lightblue; font-family: arial, Helvetica, sans-serif; FONT-SIZE: 10pt;}
		table.menu
		{
		font-size:100%;
		position:absolute;
		visibility:hidden;
		}
