<style type="text/css">

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F9F2DE;
	}

div#reservoir { 
	width:200px;
	background-color: #F9F2DE;
	margin-bottom: 15px;
	}  

#checkbox {
	position:relative;
	top:-20px;
	float:right;
	}

div#name {
	background-color:#F6DFBF;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
	padding: 3px 0px 2px 5px;
	margin-bottom: 1px;
	}
	
div#height {
	background-color:#FBEEBD;
	padding: 2px 0px 2px 0px;
	margin-bottom:2px;
	width: 177px;
	}
	
div#rate {
	background-color:#E8E3D4;
	padding: 2px 0px 2px 0px;
	width: 177px;
	}

#icon {
	padding: 0px 10px 1px 5px;
	}


</style>
