@import url("../property.css");
.property {
	border: thin solid #016890;
	height: 478px;
	width: 90%;
	top: 0px;


}
.greyBorder {
	border: thin solid #CCCCCC;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666
	text-decoration: none;
	height: auto;
	width: auto;
	border-top: thin none #006699;
	border-right: thin none #006699;
	border-bottom: thin none #006699;
	border-left: thin none #006699;



}
.blue {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
