div.head {
top:		0;
left:		0;
border:         none;
margin-left:    0.5%;
}

div.body {
background-color:	#ffffff;
color:			#000000;
width:			95%;
margin:			0px;
padding:		50px;
float:			left;
font:			normal 14pt/100% verdana,arial,sans-serif;
}

/*Hide the navigator & footer*/
div.index {
display:	none;
}

div.footer {
display:	none;
}

div.valid {
display:	none;
}



img.float-left {/* header element float */
float: left;
/*width: 9em;*/
margin:		0.5em;
background:	#ffffff;
}

img.float-right {/* header element float */
float: right;
/*width: 10em;*/
margin:		0.5em;
background:	#ffffff;
}

