/* CSS Document */
 
<!--
	BODY {
		font-family: Verdana, Arial, sans-serif ;
		font-size: 8pt;
		color: #003366;
		p.normal {font-weight: normal}
		p.thick {font-weight: bold}
		p.thicker {font-weight: 900}
	}
	
	table {
	font-size: 10pt;
	color: #282828;
	width: 100%;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #333333;
	}
	
	table.display {
	font-size: 8pt;
	color: #282828;
	width: 50%;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #333333;
	}
	
	.boldstyle {font-weight:bold;color:#003366}
	.italstyle {font-style: italic;color:#003366}
   }

	A {
		text-decoration: none;
		color: #333366;
	}

	A:Hover {
		text-decoration: none;
		color: #FF6633;
	}
 
	img { border-width: 0px }
 
 	}
.unnamed1 {
	background-image: url(../images_hessel/images/bg_sand1.gif);
}
