a:hover {
	background-color: #AAAAAA;
	}
	
	
body {
margin : 0;
padding : 5;
      background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: white;
	text-align: center;
	margin-left: 0px;
	font-family: arial, sans-serif;
}


div {
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 180%;
	text-align: center;
	filter:shadow(color=#FFFFFF,strength=4);
}

div.leftnavigation {
	position : fixed;
height : auto;
top : 1%;
left : 30pt;
width : 200px;
margin : 0px 0px 0px 10px;
color : #000000;
padding : 3px;
overflow : auto;
}		

