/* CSS Document */
@import url(http://www.esitebuilder.ch/esb4_messages/css/esb4_box.css);

html, body {
	height: 100%;
}
body {
	margin:0px;
}

body, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body{
	background-color: #F6F6F6;
}

.cursorHand {
	 cursor: pointer;
	 cursor: hand;
}
 
