
a.white:link{color:#FFF;text-decoration: none;}
a.white:visited{color:#FFF;text-decoration: none;}
a.white:hover{color:#FFF;text-decoration: underline;}
a.white:active{color:#FFF;text-decoration: underline;}

.blue-rent{
	width: 70px;
	height: 30px;
	background-color: #71bfe2;
	color: #000;
	padding:10px;
	line-height: 30px;
	font-size: 14px;
	font-weight:bold;
  cursor:hand;
}
.orange-rent{
	width: 70px;
	height: 30px;
	background-color: #F96;
	color: #FFF;
	padding:8px;
	line-height: 30px;
	font-size: 13px;
	font-weight:bold;
  cursor:hand;
}

.blue-render{	
	color: #0083b1;
	padding:5px;
	line-height: 30px;
	font-size: 15px;
	font-weight:bold;
  cursor:hand;
}
.gray-render{
	color: #999999;
	padding:5px;
	line-height: 30px;
	font-size: 15px;
	font-weight:normal;
  cursor:hand;
}